diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-09-14 10:56:58 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-09-14 10:56:58 +0200 |
commit | 7815d1fac7392757f057efa25ceee2047403c86c (patch) | |
tree | cfa3cac58bd8b2ddc33481482ee491ce5fa56a9c /ogcp/templates | |
parent | 9df3c538f337d9c01b735e141fd2ab040724d73c (diff) |
Add partitions setup forms
This provides a menu to setup the internal partitions setup of each
machine. Delete partitions is still just a placeholder.
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/scopes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html index 81124dd..376df67 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -40,7 +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="{{ _('Setup') }}" + formaction="{{ url_for('action_setup_show') }}" formmethod="get"> </div> </div> </form> |