aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/basebuildpage.html
diff options
context:
space:
mode:
authorDave Lerner <dave.lerner@windriver.com>2014-03-12 16:54:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 14:47:42 +0000
commit1ba9f310a8b4fd0952a95be86ab43ae27fe6d983 (patch)
tree20109b9874492afcccd32124a5e21c37e8b2c998 /lib/toaster/toastergui/templates/basebuildpage.html
parent9a260d8b08053e3dcc2fe5960e060b2da1109790 (diff)
downloadbitbake-1ba9f310a8b4fd0952a95be86ab43ae27fe6d983.tar.gz
toaster: image information views
[YOCTO # 4346] When a target image is selected, this commit adds to the toaster project a two-tabbed page that shows 1) 'packages included' a table of packages included in the image (see target.html), and 2) 'directory structure', the target image's file system directory and detailed information showing the source of each file in the directory table (see dirinfo.html). The directory structure tab relies on the open source jQuery plugin jtreetable which provides hierarchical table expansions and contractions of the directory entry tables as the user drills down into directories. A file of jtreetable styles that are compatible with other toaster styles is provided included as css/jquery.treetable.theme.toaster.css. The complete unaltered jtreetable plugin is added via a separate commit. This work was developed base on the bugzilla specification number 4346 and the document "Design 1.1 Image information" attached to that report. Whitespace and typo fixes from Alex Damian. Signed-off-by: Dave Lerner <dave.lerner@windriver.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Diffstat (limited to 'lib/toaster/toastergui/templates/basebuildpage.html')
-rw-r--r--lib/toaster/toastergui/templates/basebuildpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/basebuildpage.html b/lib/toaster/toastergui/templates/basebuildpage.html
index 054a37cc8..636fca28d 100644
--- a/lib/toaster/toastergui/templates/basebuildpage.html
+++ b/lib/toaster/toastergui/templates/basebuildpage.html
@@ -26,7 +26,7 @@
<div id="nav" class="span2">
<ul class="nav nav-list well">
<li class="nav-header">Images</li>
- {% for t in build.target_set.all %}
+ {% for t in build.target_set.all|dictsort:"target" %}
<li><a href="{% url 'target' build.pk t.pk %}">{{t.target}}</a><li>
{% endfor %}
<li class="nav-header">Build</li>