summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/scopes.html
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-10-23 15:10:29 +0200
committerRoberto Hueso Gómez <rhueso@soleta.eu>2020-10-23 15:10:29 +0200
commit904989b175bda9c68cb9f5750ed5883b9113d834 (patch)
treef4147d8c66a27402cc8291cdb408ba8154ec36b0 /ogcp/templates/scopes.html
parentc5a4ccff550ad69c72f4f8aedba4c4a8457e1dfc (diff)
Add image restore action
This action provides the image restoring functionality on a specific 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 27524e9..ba9d27a 100644
--- a/ogcp/templates/scopes.html
+++ b/ogcp/templates/scopes.html
@@ -44,6 +44,8 @@
formaction="{{ url_for('action_hardware') }}" formmethod="get">
<input class="dropdown-item" type="submit" value="{{ _('Sessions') }}"
formaction="{{ url_for('action_session') }}" formmethod="get">
+ <input class="dropdown-item" type="submit" value="{{ _('Restore Image') }}"
+ formaction="{{ url_for('action_image_restore') }}" 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') }}"