Fixes in progress
This commit is contained in:
parent
472ca499e7
commit
3a375c3399
5 changed files with 92 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
</%block>
|
||||
<h2>${name_task}</h2>
|
||||
<p>${description_task}</p>
|
||||
${links|n}
|
||||
<hr />
|
||||
<p>${lang('pastafari2', 'num_servers', 'Number of servers')}: <span id="num_servers">${num_servers}</span></p>
|
||||
<p>${lang('pastafari2', 'completed_tasks', 'Completed tasks')}: <span id="num_completed">0</span></p>
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
<div id="finished" style="display:none;">
|
||||
<p><strong>All tasks were finished.</strong></p>
|
||||
</div>
|
||||
${links|n}
|
||||
<%block name="go_back_bottom">
|
||||
<p><a href="${url_for('.pastafari2_dashboard')}">${lang('pastafari2', 'servers', 'Servers')}</a> >> ${lang('pastafari2', 'task_progress', 'Task progress')}</p>
|
||||
</%block>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue