summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2016-06-10 14:31:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 08:35:05 +0100
commit46271833bed74559ad006024c94036170cfc5b7d (patch)
tree0f3e4a846050185a354f7a9f7e835b7b6cd44486 /bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
parentde3984ccdb4fc404e35f6f0ed149816b888411bd (diff)
downloadpoky-46271833bed74559ad006024c94036170cfc5b7d.tar.gz
bitbake: toaster: buildtables Remove links from non name fields
Design change to have no links for non-named fields in BuiltPackagesTable. BuiltRecipesTables and BuildTasksTable. Additionally: - Fix class and elements for Bootstrap3 in help text. - Change title of InstalledPackages table to Packages Included. - Change which columns are default shown/hidden columns. (Bitbake rev: 7c377e161a90184a4786e33951d8c0e30688ba3b) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
index 52cc0569f7..eb4c656901 100644
--- a/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
@@ -11,10 +11,10 @@
11{% endblock %} 11{% endblock %}
12 12
13{% block buildinfomain %} 13{% block buildinfomain %}
14<div class="span10"> 14<div class="col-md-10">
15{# xhr_table_url is just the current url so leave it blank #} 15{# xhr_table_url is just the current url so leave it blank #}
16{% with xhr_table_url='' %} 16{% with xhr_table_url='' %}
17 <div class="page-header"> 17 <div class="page-header build-data">
18 <h1> 18 <h1>
19 {{title}} (<span class="table-count-{{table_name}}">0</span>) </h2> 19 {{title}} (<span class="table-count-{{table_name}}">0</span>) </h2>
20 </h1> 20 </h1>