diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-10-29 14:43:23 +0100 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-10-29 14:43:23 +0100 |
commit | a8d7494ab9601d2ea4fb2065018580fb2a1c95b3 (patch) | |
tree | 22bf3ec610b696b5ff12a49762bb2393e3da2c78 /ogcp/templates/scopes.html | |
parent | 282984d0ac17236bee19375607fa9a413d0b4057 (diff) |
Add image create action
This action handles the creation of the image in the DB as well as the
'.img' file.
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 ba9d27a..19ce9d8 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -52,6 +52,8 @@ formaction="{{ url_for('action_client_info') }}" formmethod="get"> <input class="dropdown-item" type="submit" value="{{ _('Add client') }}" 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"> </div> </div> </form> |