From 24d6d3fda83b129dd481c25376dc401b0e258ac7 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 3 Sep 2015 15:43:51 +0100 Subject: bitbake: toaster: show incomplete configuration warning In the new build button form, make sure we show a warning when you select a project with an incomplete configuration that cannot be built. (Bitbake rev: 9e970bd7a3e8a7d6ec26265b2e5863624db8a77f) Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 1 + bitbake/lib/toaster/toastergui/templates/base.html | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index e252dc1006..9723db36d0 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -216,6 +216,7 @@ dl textarea { resize: vertical; } .tooltip-inner { max-width: 250px; } .new-build { padding: 20px; } .new-build li { line-height: 30px; } +.new-build li .alert { line-height: 20px; width: 200px; white-space: normal; } .new-build h6 { margin: 10px 0 0 0; color: #5a5a5a; } .new-build h3 { margin: 0; color: #5a5a5a; } .new-build form { margin: 5px 0 0; } diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 0b93bb3dde..640bc47bcc 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -148,9 +148,11 @@

View all projects

-
  • - This project's configuration is incomplete,
    so you cannot run builds.
    -

    View project configuration

    +
  • +
  • Recipe(s):
    -- cgit v1.2.3-54-g00ecf