summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/commands.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-01-20 11:21:59 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-01-20 12:54:57 +0100
commitddd46295717bd63bd31eadb506a93a66c45c0b02 (patch)
tree4c73a973fee008ef7eeb3859b508d4e59d309933 /ogcp/templates/commands.html
parent20a89ce96535508974a4c9315c062928bea17a85 (diff)
Adds confirmation page to power off clients
This commit adds an extra view to ensure users do not power off clients accidentally. ogcp GET /poweroff returns the confirmation page and POST /poweroff builds and sends the request to ogServer. It also includes Spanish translation of the new strings.
Diffstat (limited to 'ogcp/templates/commands.html')
-rw-r--r--ogcp/templates/commands.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index 02fe5c2..b06574a 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -19,7 +19,7 @@
<input class="btn btn-light" type="submit" value="{{ _('Power on (WoL)') }}"
form="scopesForm" formaction="{{ url_for('action_wol') }}" formmethod="get">
<input class="btn btn-light" type="submit" value="{{ _('Power off') }}"
- form="scopesForm" formaction="{{ url_for('action_poweroff') }}" formmethod="post">
+ form="scopesForm" formaction="{{ url_for('action_poweroff') }}" formmethod="get">
<input class="btn btn-light" type="submit" value="{{ _('Reboot') }}"
form="scopesForm" formaction="{{ url_for('action_reboot') }}" formmethod="post">
<input class="btn btn-light" type="submit" value="{{ _('Refresh') }}"