aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-05-28 12:30:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-29 11:58:52 +0100
commita52242bb4d928b9abba8a3489e350e4615a9da29 (patch)
tree2827bbdc3dbc00d63ad22c63bbc69ae9054f9062
parent931caab56301876cb8632b289835c2545a096ef6 (diff)
downloadbitbake-a52242bb4d928b9abba8a3489e350e4615a9da29.tar.gz
toaster: more HTML5 fixes
More HTML5 fixes highlighted by tests on new data. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
-rw-r--r--lib/toaster/toastergui/templates/builddashboard.html2
-rw-r--r--lib/toaster/toastergui/templates/configvars.html2
-rw-r--r--lib/toaster/toastergui/templates/recipe.html2
3 files changed, 4 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/templates/builddashboard.html b/lib/toaster/toastergui/templates/builddashboard.html
index d5fe92a2b..ad497e627 100644
--- a/lib/toaster/toastergui/templates/builddashboard.html
+++ b/lib/toaster/toastergui/templates/builddashboard.html
@@ -209,6 +209,7 @@
<a class="error" href="{% url "task" build.id exectask.0.id %}">
{{exectask.0.recipe.name}}
<span class="task-name">{{exectask.0.task_name}}</span>
+ </a>
{% if MANAGED and build.project %}
<a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}">
@@ -216,7 +217,6 @@
</a>
{% endif %}
- </a>
{% elif exectask.count > 1%}
<a class="error" href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}}</a>
{% endif %}
diff --git a/lib/toaster/toastergui/templates/configvars.html b/lib/toaster/toastergui/templates/configvars.html
index 42c42a57a..cbe3c6876 100644
--- a/lib/toaster/toastergui/templates/configvars.html
+++ b/lib/toaster/toastergui/templates/configvars.html
@@ -56,7 +56,7 @@
<td class="file"><a data-toggle="modal" href="#variable-{{variable.pk}}">
{% if variable.vhistory.all %}
{% for path in variable.vhistory.all|filter_setin_files:file_filter %}
- {{path|cut_path_prefix:dirstostrip}}<p>
+ {{path|cut_path_prefix:dirstostrip}}<br/>
{% endfor %}
{% endif %}
</a></td>
diff --git a/lib/toaster/toastergui/templates/recipe.html b/lib/toaster/toastergui/templates/recipe.html
index 2da41c308..dd8753d7f 100644
--- a/lib/toaster/toastergui/templates/recipe.html
+++ b/lib/toaster/toastergui/templates/recipe.html
@@ -87,6 +87,7 @@
{% else %}
<table class="table table-bordered table-hover">
<thead>
+ <tr>
<th>
<i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i>
Order
@@ -107,6 +108,7 @@
<i class="icon-question-sign get-help" title="This column tells you if a task tried to restore output from the <code>sstate-cache</code> directory or mirrors, and reports the result: Succeeded, Failed or File not in cache"></i>
Cache attempt
</th>
+ </tr>
</thead>
<tbody>