diff options
3 files changed, 4 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index d5fe92a2be..ad497e6277 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html | |||
| @@ -209,6 +209,7 @@ | |||
| 209 | <a class="error" href="{% url "task" build.id exectask.0.id %}"> | 209 | <a class="error" href="{% url "task" build.id exectask.0.id %}"> |
| 210 | {{exectask.0.recipe.name}} | 210 | {{exectask.0.recipe.name}} |
| 211 | <span class="task-name">{{exectask.0.task_name}}</span> | 211 | <span class="task-name">{{exectask.0.task_name}}</span> |
| 212 | </a> | ||
| 212 | 213 | ||
| 213 | {% if MANAGED and build.project %} | 214 | {% if MANAGED and build.project %} |
| 214 | <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}"> | 215 | <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}"> |
| @@ -216,7 +217,6 @@ | |||
| 216 | </a> | 217 | </a> |
| 217 | {% endif %} | 218 | {% endif %} |
| 218 | 219 | ||
| 219 | </a> | ||
| 220 | {% elif exectask.count > 1%} | 220 | {% elif exectask.count > 1%} |
| 221 | <a class="error" href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}}</a> | 221 | <a class="error" href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}}</a> |
| 222 | {% endif %} | 222 | {% endif %} |
diff --git a/bitbake/lib/toaster/toastergui/templates/configvars.html b/bitbake/lib/toaster/toastergui/templates/configvars.html index 42c42a57ad..cbe3c6876f 100644 --- a/bitbake/lib/toaster/toastergui/templates/configvars.html +++ b/bitbake/lib/toaster/toastergui/templates/configvars.html | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | <td class="file"><a data-toggle="modal" href="#variable-{{variable.pk}}"> | 56 | <td class="file"><a data-toggle="modal" href="#variable-{{variable.pk}}"> |
| 57 | {% if variable.vhistory.all %} | 57 | {% if variable.vhistory.all %} |
| 58 | {% for path in variable.vhistory.all|filter_setin_files:file_filter %} | 58 | {% for path in variable.vhistory.all|filter_setin_files:file_filter %} |
| 59 | {{path|cut_path_prefix:dirstostrip}}<p> | 59 | {{path|cut_path_prefix:dirstostrip}}<br/> |
| 60 | {% endfor %} | 60 | {% endfor %} |
| 61 | {% endif %} | 61 | {% endif %} |
| 62 | </a></td> | 62 | </a></td> |
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index 2da41c3085..dd8753d7fc 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html | |||
| @@ -87,6 +87,7 @@ | |||
| 87 | {% else %} | 87 | {% else %} |
| 88 | <table class="table table-bordered table-hover"> | 88 | <table class="table table-bordered table-hover"> |
| 89 | <thead> | 89 | <thead> |
| 90 | <tr> | ||
| 90 | <th> | 91 | <th> |
| 91 | <i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i> | 92 | <i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i> |
| 92 | Order | 93 | Order |
| @@ -107,6 +108,7 @@ | |||
| 107 | <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> | 108 | <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> |
| 108 | Cache attempt | 109 | Cache attempt |
| 109 | </th> | 110 | </th> |
| 111 | </tr> | ||
| 110 | </thead> | 112 | </thead> |
| 111 | <tbody> | 113 | <tbody> |
| 112 | 114 | ||
