summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2013-12-13 17:14:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-10 15:20:26 +0000
commit5482409a370552809de75150350defef04ac7144 (patch)
treee0af09995517b66cc01be62508fef763907e051d /bitbake/lib/toaster/toastergui/templates/basebuildpage.html
parent2251426ae420640c082ec0d0109b9be435075411 (diff)
downloadpoky-5482409a370552809de75150350defef04ac7144.tar.gz
bitbake: toaster: Build dashboard implementation
This patch adds the build dashboard page implementation, which is the landing page for the Toaster GUI. Also adds correct links from the main build page to the various parts of the dashboard. [YOCTO #4258] (Bitbake rev: bf7fbf5c0ee39564d813f82e194242f9d4f73c47) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basebuildpage.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basebuildpage.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
index 1b037f9539..7d2a1f388e 100644
--- a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
+++ b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html
@@ -3,7 +3,7 @@
3{% block pagecontent %} 3{% block pagecontent %}
4 4
5 5
6 <div class="span12"> 6 <div class="">
7<!-- Breadcrumbs --> 7<!-- Breadcrumbs -->
8 <div class="section"> 8 <div class="section">
9 <ul class="breadcrumb" id="breadcrumb"> 9 <ul class="breadcrumb" id="breadcrumb">
@@ -40,12 +40,11 @@
40 <li><a href="{% url 'diskio' build.pk %}">Disk I/O</a></li> 40 <li><a href="{% url 'diskio' build.pk %}">Disk I/O</a></li>
41 </ul> 41 </ul>
42 </div> 42 </div>
43
44 <!-- end left sidebar container --> 43 <!-- end left sidebar container -->
44
45 <!-- Begin right container --> 45 <!-- Begin right container -->
46 <div class="row span10">
47 {% block buildinfomain %}{% endblock %} 46 {% block buildinfomain %}{% endblock %}
48 </div> 47 <!-- End right container -->
49 48
50 49
51 </div> 50 </div>