summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/scopes.html
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-10-21 14:38:44 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-10-21 14:38:44 +0200
commite978c30b9ffd60b5c7a8e05cf193c1b11a6f87ba (patch)
tree3d62ee5b99fe731a47fdda136683f5020f3bf487 /ogcp/templates/scopes.html
parent93ffa115fe9dc5efb928232f797fbcacdec494b1 (diff)
Add client hardware action
This action lists all the hardware items in a client.
Diffstat (limited to 'ogcp/templates/scopes.html')
-rw-r--r--ogcp/templates/scopes.html2
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') }}"