summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/tasks.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/tasks.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/tasks.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/tasks.html b/bitbake/lib/toaster/toastergui/templates/tasks.html
index 7dc2c38b18..ce75b75c94 100644
--- a/bitbake/lib/toaster/toastergui/templates/tasks.html
+++ b/bitbake/lib/toaster/toastergui/templates/tasks.html
@@ -20,9 +20,9 @@
20{% include "basetable_top.html" %} 20{% include "basetable_top.html" %}
21 21
22 {% for task in objects %} 22 {% for task in objects %}
23 <tr {{ task|task_color }} > 23 <tr {{ task|task_color }} class="flash" id="{{task.order}}" name="{{task.order}}">
24 <td class="order"> 24 <td class="order">
25 <a href="{%url "task" build.pk task.pk%} ">{{task.order}}</a> 25 <a href="{%url "task" build.pk task.pk%}">{{task.order}}</a>
26 </td> 26 </td>
27 <td class="recipe_name" > 27 <td class="recipe_name" >
28 <a href="{% url "recipe" build.pk task.recipe.pk %}">{{task.recipe.name}}</a> 28 <a href="{% url "recipe" build.pk task.recipe.pk %}">{{task.recipe.name}}</a>