From 9db433246fbab66a646ce9188d7f9b096df8552b Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 31 Mar 2014 15:46:53 +0100 Subject: bitbake: toaster: Fixes to the build dashboard * Add "on" before the date in the build status * Get rid of the extra space before the "and" in the build status * Make the errors and warnings links in the build status show the message content * Make sure that the "Images" section in the left navigation appears only for successful builds * Link the number of packages installed to the "Packages included" tab in the image information page * Remove unnecessary inline styles in the dashboard template * Make sure target names in the h1 are listed in alphabetical order (Bitbake rev: 644a38e9a90728af52ebda9846d2037dd6831b41) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- .../lib/toaster/toastergui/static/css/default.css | 1 + .../toastergui/templates/basebuildpage.html | 2 +- .../toastergui/templates/builddashboard.html | 30 +++++++++++----------- 3 files changed, 17 insertions(+), 16 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index baf70fb234..e33f177e95 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -108,6 +108,7 @@ select { width: auto; } .hero-unit { margin: 20px 0 30px; } .hero-unit > .close { font-size:40px; } .hero-actions { margin-top: 30px; } +.dashboard-section { background-color: transparent; } /* make tables Chrome-happy (me, not so much) */ #otable { table-layout: fixed; word-wrap: break-word; } diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html index 778c4d4af1..46110519e9 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html @@ -32,7 +32,7 @@