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 b06574a..139e441 100644 --- a/ogcp/templates/commands.html +++ b/ogcp/templates/commands.html @@ -21,7 +21,7 @@ <input class="btn btn-light" type="submit" value="{{ _('Power off') }}" 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"> + form="scopesForm" formaction="{{ url_for('action_reboot') }}" formmethod="get"> <input class="btn btn-light" type="submit" value="{{ _('Refresh') }}" form="scopesForm" formaction="{{ url_for('action_refresh') }}" formmethod="post"> <input class="btn btn-light" type="submit" value="{{ _('Hardware') }}" |