summaryrefslogtreecommitdiffstats
path: root/modules-available/runmode/templates
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-29 10:54:40 +0100
committerSimon Rettberg2017-11-29 10:54:40 +0100
commit7efcf3cfebcec5cf3c154b6eb339ce6794cb1e96 (patch)
tree629734f08bf2680fff099792ab21cff9a1846963 /modules-available/runmode/templates
parent[statistics] Introduce state column to get rid of complicated state determina... (diff)
downloadslx-admin-7efcf3cfebcec5cf3c154b6eb339ce6794cb1e96.tar.gz
slx-admin-7efcf3cfebcec5cf3c154b6eb339ce6794cb1e96.tar.xz
slx-admin-7efcf3cfebcec5cf3c154b6eb339ce6794cb1e96.zip
[runmode] Implement delete-machine action
Diffstat (limited to 'modules-available/runmode/templates')
-rw-r--r--modules-available/runmode/templates/module-machine-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/runmode/templates/module-machine-list.html b/modules-available/runmode/templates/module-machine-list.html
index a749a4a7..45f574ef 100644
--- a/modules-available/runmode/templates/module-machine-list.html
+++ b/modules-available/runmode/templates/module-machine-list.html
@@ -3,7 +3,7 @@
<a href="?do={{module}}">{{modulename}}</a>
</h2>
-<form method="post" action="?do=runmode" onclick="return confirm('{{lang_confirmDelete}}')">
+<form method="post" action="?do=runmode" onsubmit="return confirm('{{lang_confirmDelete}}')">
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="delete-machine">
<table class="table">