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.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
index ad497e6277..47b8d7aa1f 100644
--- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html
+++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
@@ -37,9 +37,7 @@
37 <span > <i class="icon-warning-sign yellow"></i><strong><a href="#warnings" class="warning show-warnings"> {{build.warnings_no}} warning{{build.warnings_no|pluralize}}</a></strong></span> 37 <span > <i class="icon-warning-sign yellow"></i><strong><a href="#warnings" class="warning show-warnings"> {{build.warnings_no}} warning{{build.warnings_no|pluralize}}</a></strong></span>
38{% endif %} 38{% endif %}
39 <span class="pull-right">Build time: <a href="{% url 'buildtime' build.pk %}">{{ build.timespent|sectohms }}</a> 39 <span class="pull-right">Build time: <a href="{% url 'buildtime' build.pk %}">{{ build.timespent|sectohms }}</a>
40 {% if MANAGED and build.project %}
41 <a class="btn {%if build.outcome == build.SUCCEEDED%}btn-success{%else%}btn-danger{%endif%} pull-right log" href="{% url 'build_artifact' build.id "cookerlog" build.id %}">Download build log</a> 40 <a class="btn {%if build.outcome == build.SUCCEEDED%}btn-success{%else%}btn-danger{%endif%} pull-right log" href="{% url 'build_artifact' build.id "cookerlog" build.id %}">Download build log</a>
42 {% endif %}
43 </span> 41 </span>
44{%endif%} 42{%endif%}
45 </div> 43 </div>
@@ -117,19 +115,11 @@
117 <dt> 115 <dt>
118 <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 <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>
119 117
120 {% if MANAGED and build.project %}
121 License manifest 118 License manifest
122 {% else %}
123 <a href="{% url 'targetpkg' build.pk target.target.pk %}">License manifest</a>
124 {% endif %}
125 </dt> 119 </dt>
126 {% if MANAGED and build.project %}
127 <dd> 120 <dd>
128 <a href="{% url 'targetpkg' build.pk target.target.pk %}">View in Toaster</a> | 121 <a href="{% url 'targetpkg' build.pk target.target.pk %}">View in Toaster</a> |
129 <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">Download</a></dd> 122 <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">Download</a></dd>
130 {% else %}
131 <dd><code>{{target.target.license_manifest_path}}</code></dd>
132 {% endif %}
133 <dt> 123 <dt>
134 <i class="icon-question-sign get-help" title="Image files are stored in <code>/build/tmp/deploy/images/</code>"></i> 124 <i class="icon-question-sign get-help" title="Image files are stored in <code>/build/tmp/deploy/images/</code>"></i>
135 Image files 125 Image files
@@ -170,13 +160,9 @@
170 Other artifacts</dt> 160 Other artifacts</dt>
171 <dd><div> 161 <dd><div>
172 {% for ba in build.buildartifact_set.all|dictsort:"file_name" %} 162 {% for ba in build.buildartifact_set.all|dictsort:"file_name" %}
173 {% if MANAGED and build.project %}
174 <a href="{%url 'build_artifact' build.id 'buildartifact' ba.id %}"> 163 <a href="{%url 'build_artifact' build.id 'buildartifact' ba.id %}">
175 {% endif %}
176 {{ba.get_local_file_name}} 164 {{ba.get_local_file_name}}
177 {% if MANAGED and build.project %}
178 </a> 165 </a>
179 {% endif %}
180 166
181 ({{ba.file_size|filtered_filesizeformat}}) <br/> 167 ({{ba.file_size|filtered_filesizeformat}}) <br/>
182 {% endfor %} 168 {% endfor %}
@@ -211,11 +197,9 @@
211 <span class="task-name">{{exectask.0.task_name}}</span> 197 <span class="task-name">{{exectask.0.task_name}}</span>
212 </a> 198 </a>
213 199
214 {% if MANAGED and build.project %}
215 <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}"> 200 <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}">
216 <i class="icon-download-alt" title="" data-original-title="Download task log file"></i> 201 <i class="icon-download-alt" title="" data-original-title="Download task log file"></i>
217 </a> 202 </a>
218 {% endif %}
219 203
220 {% elif exectask.count > 1%} 204 {% elif exectask.count > 1%}
221 <a class="error" href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}}</a> 205 <a class="error" href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}}</a>