diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/builddashboard.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index e1bde21e99..febf8af747 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html | |||
@@ -103,12 +103,15 @@ | |||
103 | {% if not target.targetHasNoImages %} | 103 | {% if not target.targetHasNoImages %} |
104 | <dl class="dl-horizontal"> | 104 | <dl class="dl-horizontal"> |
105 | <dt> | 105 | <dt> |
106 | <span class="glyphicon glyphicon-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"></span> | 106 | Manifests |
107 | License manifest | ||
108 | </dt> | 107 | </dt> |
108 | |||
109 | <dd> | 109 | <dd> |
110 | <a href="{% url 'target' build.pk target.target.pk %}">View in Toaster</a> | | 110 | <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">License manifest</a> |
111 | <a href="{% url 'build_artifact' build.pk 'licensemanifest' target.target.pk %}">Download</a></dd> | 111 | </dd> |
112 | </dl> | ||
113 | |||
114 | <dl class="dl-horizontal"> | ||
112 | <dt> | 115 | <dt> |
113 | <span class="glyphicon glyphicon-question-sign get-help" title="Image files are stored in <code>build/tmp/deploy/images/</code>"></span> | 116 | <span class="glyphicon glyphicon-question-sign get-help" title="Image files are stored in <code>build/tmp/deploy/images/</code>"></span> |
114 | Image files | 117 | Image files |