summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-12-05 11:26:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-18 10:24:08 +0000
commit6f3f05936c67dd24e04b356a46903720cadeb446 (patch)
tree8e62d4773dd297b331703e351c6f7aab3320d5a6 /bitbake/lib/toaster/toastergui/templates/importlayer.html
parentc89fd793986878a426ebc96d4df22257252f8934 (diff)
downloadpoky-6f3f05936c67dd24e04b356a46903720cadeb446.tar.gz
bitbake: toaster: Formatting changes to error messages
Just giving a bit of space to the content of the error messages we show when you try to import a layer that already exists. (Bitbake rev: 19b8ff1949072691dade96038af529200175843a) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/importlayer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html
index c59247f8a3..c92e55257b 100644
--- a/bitbake/lib/toaster/toastergui/templates/importlayer.html
+++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html
@@ -43,7 +43,7 @@
43 <div class="alert alert-error" id="import-error" style="display:none"> 43 <div class="alert alert-error" id="import-error" style="display:none">
44 <button type="button" class="close" data-dismiss="alert">&times;</button> 44 <button type="button" class="close" data-dismiss="alert">&times;</button>
45 <h3></h3> 45 <h3></h3>
46 <span></span> 46 <p></p>
47 <ul></ul> 47 <ul></ul>
48 </div> 48 </div>
49 49