diff options
Diffstat (limited to 'ogcp/templates/commands.html')
-rw-r--r-- | ogcp/templates/commands.html | 2 |
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') }}" |