diff options
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> |