diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-12-05 11:26:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-18 10:24:08 +0000 |
commit | 6f3f05936c67dd24e04b356a46903720cadeb446 (patch) | |
tree | 8e62d4773dd297b331703e351c6f7aab3320d5a6 /bitbake/lib/toaster/toastergui/templates | |
parent | c89fd793986878a426ebc96d4df22257252f8934 (diff) | |
download | ast2050-yocto-poky-6f3f05936c67dd24e04b356a46903720cadeb446.zip ast2050-yocto-poky-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')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/importlayer.html | 2 |
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 c59247f..c92e552 100644 --- a/bitbake/lib/toaster/toastergui/templates/importlayer.html +++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html @@ -43,7 +43,7 @@ <div class="alert alert-error" id="import-error" style="display:none"> <button type="button" class="close" data-dismiss="alert">×</button> <h3></h3> - <span></span> + <p></p> <ul></ul> </div> |