summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/target.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-10-28 14:22:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-29 07:31:52 +0000
commit1ab8827d684a19a70f3b788aed2327bf30edffe2 (patch)
treef29060aea886c1205830db3a86a28f15cfb02fc7 /lib/toaster/toastergui/templates/target.html
parent349119f44cdad240dda7f4db45992e2539e1416f (diff)
downloadbitbake-contrib-1ab8827d684a19a70f3b788aed2327bf30edffe2.tar.gz
toaster: templates Add meaningful title tags
Our title tags are all over the place, and have no relation to the page content. This commit adds a meaningful title tag to each Toaster page. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/templates/target.html')
-rw-r--r--lib/toaster/toastergui/templates/target.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/templates/target.html b/lib/toaster/toastergui/templates/target.html
index 65e6c4a07..4c33eaa84 100644
--- a/lib/toaster/toastergui/templates/target.html
+++ b/lib/toaster/toastergui/templates/target.html
@@ -1,4 +1,5 @@
{% extends "basebuildpage.html" %}
+{% block title %} Packages included - {{ target.target }} {{ target.build.machine }} - {{ target.build.project.name }} - Toaster {% endblock %}
{% block localbreadcrumb %}
<li>{{target.target}}</li>
{% endblock localbreadcrumb%}