summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/scopes.html
diff options
context:
space:
mode:
authorJavier Hernandez <jhernandez@soleta.eu>2024-02-06 12:14:14 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-02-09 13:17:29 +0100
commita609ede7a8ff94921f703ee395e3be3426a6da2d (patch)
tree155adfce2ab6892d4a5c56497dfaddc3859d100d /ogcp/templates/scopes.html
parentd9537005768d6bad3b6ccdc07678217d3be9b9c3 (diff)
views: Add update room
Add view to modify room information such as name, gateway and netmask
Diffstat (limited to 'ogcp/templates/scopes.html')
-rw-r--r--ogcp/templates/scopes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html
index 6d3ab4b..40d6f75 100644
--- a/ogcp/templates/scopes.html
+++ b/ogcp/templates/scopes.html
@@ -41,6 +41,8 @@
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<input class="btn btn-light dropdown-item {% block nav_room_add %}{% endblock %}" type="submit" value="{{ _('Add room') }}"
form="scopesForm" formaction="{{ url_for('action_room_add') }}" formmethod="get">
+ <input class="btn btn-light dropdown-item {% block nav_room_update %}{% endblock %}" type="submit" value="{{ _('Update room') }}"
+ form="scopesForm" formaction="{{ url_for('action_room_update') }}" formmethod="get">
<input class="btn btn-light dropdown-item {% block nav_room_delete %}{% endblock %}" type="submit" value="{{ _('Delete room') }}"
form="scopesForm" formaction="{{ url_for('action_room_delete') }}" formmethod="get">
</div>