diff options
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/scopes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html index 5b506a6..460fc3e 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -40,6 +40,8 @@ formaction="{{ url_for('action_reboot') }}" formmethod="post"> <input class="dropdown-item" type="submit" value="{{ _('Refresh') }}" formaction="{{ url_for('action_refresh') }}" formmethod="post"> + <input class="dropdown-item" type="submit" value="{{ _('Hardware') }}" + formaction="{{ url_for('action_hardware') }}" formmethod="get"> <input class="dropdown-item" type="submit" value="{{ _('Setup') }}" formaction="{{ url_for('action_setup_show') }}" formmethod="get"> <input class="dropdown-item" type="submit" value="{{ _('Details') }}" |