Added support for call make_task for other scripts
This commit is contained in:
parent
e1710bf434
commit
c56366923f
6 changed files with 108 additions and 11 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<%inherit file="dashboard.phtml"/>
|
||||
<%block name="content">
|
||||
${links|n}
|
||||
<form method="post" name="update_servers" id="update_servers" action="${url_exec}">
|
||||
${form|n}
|
||||
<input type="hidden" name="ids" value="${ids|h}" />
|
||||
|
|
@ -7,6 +8,7 @@ ${form|n}
|
|||
${csrf_token()|n}
|
||||
<p><input type="submit" value="${lang('pastafari','execute_task', 'Execute task')}" /></p>
|
||||
</form>
|
||||
${links|n}
|
||||
</%block>
|
||||
<%block name="jscript_block">
|
||||
<script language="Javascript" src="${make_media_url('js/jsutils/posting2.js', 'monit')}"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue