From 9e81244b8a303489abee6970da00f2ee9d4e637b Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 1 Apr 2014 00:39:13 +0100 Subject: bitbake: toaster: Fix "Recent builds" links * Link the number of errors to the #errors section in the build dashboard * Link the number of warnigns to the #warnings section in the build dashboard * Link the build time to the build time page * Move some javascript that applies only to builddashboard.html to that template from main.js (Bitbake rev: 94c61d0d9ff24e0c781ea0a8e4bfea4c4ac94d4e) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/build.html | 6 +++--- bitbake/lib/toaster/toastergui/templates/builddashboard.html | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index afa390fc17..faabd22f8b 100644 --- a/bitbake/lib/toaster/toastergui/templates/build.html +++ b/bitbake/lib/toaster/toastergui/templates/build.html @@ -48,16 +48,16 @@ {%if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %} {%endif%}{%if build.outcome == build.IN_PROGRESS %}
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index 6cce7883ba..cc92af5c5a 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html @@ -186,4 +186,13 @@
{% endif %} + + {% endblock %} -- cgit v1.2.3-54-g00ecf