diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/runagain.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/runagain.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/runagain.html b/bitbake/lib/toaster/toastergui/templates/runagain.html new file mode 100644 index 0000000000..a78c0ddc78 --- /dev/null +++ b/bitbake/lib/toaster/toastergui/templates/runagain.html | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | {% load projecttags %} | ||
| 2 | onclick='scheduleBuild( | ||
| 3 | {% url 'xhr_projectbuild' buildrequest.project.id as bpi %}{{bpi|json}}, | ||
| 4 | {{buildrequest.project.name|json}}, | ||
| 5 | {% url 'project' buildrequest.project.id as bpurl %}{{bpurl|json}}, | ||
| 6 | {{buildrequest.brtarget_set.all|get_tasks|json}}) | ||
| 7 | '>Run again | ||
