summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/add_room.html
Commit message (Collapse)AuthorAgeFilesLines
* Extend scopes htmlJavier Sánchez Parra2022-03-031-1/+1
| | | | | Otherwise, this actions pages lose the scopes tree and the scopes buttons.
* Create "Add Room" form and viewJose M. Guisado2021-05-201-0/+15
Creates "add room" form with required inputs only: center, name and netmask. 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 center in which to add the room is in the add room form itself, using a select input. In the future, the RoomForm can be used to display room information once such functionality lands in the ogserver.