summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/delete_room.html
Commit message (Collapse)AuthorAgeFilesLines
* Add back button to all actionsJavier Sánchez Parra2022-03-141-0/+1
| | | | Add a back button to facilitate users to return to the previous page.
* Disable scopes tree's checkboxes in action viewsJavier Sánchez Parra2022-03-101-0/+2
| | | | | Now users can select clients only in scopes and command views, in any other view we set the scopes tree read only.
* Remove "form" from scopes views' headingsJavier Sánchez Parra2022-03-091-1/+1
|
* Set scopes nav buttons as activeJavier Sánchez Parra2022-03-071-0/+2
| | | | When loading any scopes view, its nav button becomes active.
* Extend scopes htmlJavier Sánchez Parra2022-03-031-1/+1
| | | | | Otherwise, this actions pages lose the scopes tree and the scopes buttons.
* Add "Delete Room" form and viewJavier Sánchez Parra2021-05-201-0/+15
Creates "delete room" form with a select to choose a room to delete. Adds a new button inside the button group in the scopes view. Because scopes checkboxes values maps to ips the only way to specify the room to delete is in the delete room form itself, using a select input.