diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-10-22 11:04:57 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-10-22 11:04:57 +0200 |
commit | c5a4ccff550ad69c72f4f8aedba4c4a8457e1dfc (patch) | |
tree | cd716807634ff5798c49a8cfad0bf50253117c0d /ogcp/templates | |
parent | e978c30b9ffd60b5c7a8e05cf193c1b11a6f87ba (diff) |
Add session action
This action provides the functionality to run one of the installed OSs
in a client.
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 460fc3e..27524e9 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -42,6 +42,8 @@ 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="{{ _('Sessions') }}" + formaction="{{ url_for('action_session') }}" 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') }}" |