summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/builddashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builddashboard.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/builddashboard.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
index 7857abaaac..a0da71ea4c 100644
--- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html
+++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
@@ -110,7 +110,7 @@
110 </p> 110 </p>
111 </div> 111 </div>
112 </div> 112 </div>
113 {% else %} 113 {% else %}
114 <dt> 114 <dt>
115 <i class="icon-question-sign get-help" title="The location in disk of the license manifest, a document listing all packages installed in your image and their licenses"></i> 115 <i class="icon-question-sign get-help" title="The location in disk of the license manifest, a document listing all packages installed in your image and their licenses"></i>
116 116
@@ -125,18 +125,18 @@
125 </dt> 125 </dt>
126 <dd> 126 <dd>
127 <ul> 127 <ul>
128 {% for i in target.imageFiles %} 128 {% for i in target.imageFiles %}
129 {% if build.project %} 129 <li>
130 <li><a href="{% url 'build_artifact' build.pk 'imagefile' i.id %}">{{i.path}}</a> 130 <a href="{% url 'build_artifact' build.pk 'imagefile' i.id %}">
131 {% else %} 131 {{i.suffix}}
132 <li>{{i.path}} 132 </a>
133 {% endif %} 133 &nbsp;({{i.size|filtered_filesizeformat}})
134 ({{i.size|filtered_filesizeformat}})</li> 134 </li>
135 {% endfor %} 135 {% endfor %}
136 </ul> 136 </ul>
137 </dd> 137 </dd>
138 </dl> 138 </dl>
139 {% endif %} 139 {% endif %}
140 </div> 140 </div>
141 {% endif %} 141 {% endif %}
142 {% endfor %} 142 {% endfor %}
@@ -160,7 +160,7 @@
160 <dd><div> 160 <dd><div>
161 {% for ba in build.buildartifact_set.all|dictsort:"file_name" %} 161 {% for ba in build.buildartifact_set.all|dictsort:"file_name" %}
162 <a href="{%url 'build_artifact' build.id 'buildartifact' ba.id %}"> 162 <a href="{%url 'build_artifact' build.id 'buildartifact' ba.id %}">
163 {{ba.get_local_file_name}} 163 {{ba.get_basename}}
164 </a> 164 </a>
165 165
166 ({{ba.file_size|filtered_filesizeformat}}) <br/> 166 ({{ba.file_size|filtered_filesizeformat}}) <br/>