diff options
Diffstat (limited to 'ogcp/templates/scopes.html')
-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 8eba78c..879f5f0 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -56,6 +56,8 @@ formaction="{{ url_for('action_client_add') }}" formmethod="get"> <input class="dropdown-item" type="submit" value="{{ _('Create image') }}" formaction="{{ url_for('action_image_create') }}" formmethod="get"> + <input class="dropdown-item" type="submit" value="{{ _('Set boot mode') }}" + formaction="{{ url_for('action_mode') }}" formmethod="get"> </div> </div> </form> |