diff options
author | David Reyna <David.Reyna@windriver.com> | 2014-03-29 07:47:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-05 14:55:28 +0100 |
commit | 0d39bee035923186afc3c5c113a3d2e710e1820d (patch) | |
tree | ffcf7f88407a57069bda279d9646f3c0ea3a2a47 /bitbake/lib/toaster/toastergui/templates | |
parent | bf8dcb43432004328162ddad3c8b38eaab6ab5ce (diff) | |
download | poky-0d39bee035923186afc3c5c113a3d2e710e1820d.tar.gz |
bitbake: toaster: link task order to right tasks page
When linking from a task order number to the All Tasks
page, automatically display the correct page for that link
anchor.
[YOCTO #5933]
(Bitbake rev: e5b6681432b627eb73bfa766d3154162206f374e)
Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/task.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index 1a7e9d4c04..5c32250bed 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html | |||
@@ -199,7 +199,7 @@ | |||
199 | <i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i> | 199 | <i class="icon-question-sign get-help" title="The running sequence of each task in the build"></i> |
200 | Task order | 200 | Task order |
201 | </dt> | 201 | </dt> |
202 | <dd><a href="{%url "tasks" build.pk %}#{{task.order}}">{{task.order}}</a></dd> | 202 | <dd><a href="{%url "tasks_task" build.pk task.order %}#{{task.order}}">{{task.order}}</a></dd> |
203 | {% if task.task_executed %} | 203 | {% if task.task_executed %} |
204 | <dt> | 204 | <dt> |
205 | <i class="icon-question-sign get-help" title="If this task executes a Python or Shell function(s)"></i> | 205 | <i class="icon-question-sign get-help" title="If this task executes a Python or Shell function(s)"></i> |