From: Belen Barros Pena Date: Thu, 3 Sep 2015 14:43:51 +0000 (+0100) Subject: toaster: show incomplete configuration warning X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e970bd7a3e8a7d6ec26265b2e5863624db8a77f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css index e252dc10061..9723db36d07 100644 --- a/lib/toaster/toastergui/static/css/default.css +++ b/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/lib/toaster/toastergui/templates/base.html b/lib/toaster/toastergui/templates/base.html index 0b93bb3dde8..640bc47bcc1 100644 --- a/lib/toaster/toastergui/templates/base.html +++ b/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):