summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
Commit message (Expand)AuthorAgeFilesLines
* views: change repo add view to follow conventionv1.1.3-6Javier Hernandez2023-12-051-30/+27
* views: add action to update repoJavier Hernandez2023-12-051-0/+37
* views: add action to delete repoJavier Hernandez2023-12-051-4/+42
* src: add menu to manage reposJavier Hernandez2023-12-011-1/+42
* views: set computer netmask to 0v1.1.3-5OpenGnSys Support Team2023-11-301-2/+1
* views: Add placeholder for mac fieldJavier Hernandez2023-11-301-0/+2
* views: fix client detailsJavier Hernandez2023-11-291-3/+3
* views: fix repository list in update clientJavier Hernandez2023-11-291-3/+4
* views: populate repositories in client formJavier Hernandez2023-11-291-0/+6
* image: rename and remove fieldsv1.1.3-4Javier Hernandez2023-11-271-3/+2
* views: Make 'partition' field use same formatJavier Hernandez2023-11-271-35/+24
* client: Remove 'netmask' in formJavier Hernandez2023-11-271-3/+2
* views: allow to edit a clientJavier Hernandez2023-11-241-0/+64
* src: Remove netdriver field in client formJavier Hernandez2023-11-231-1/+1
* views: add field 'gateway' in add-room formJavier Hernandez2023-11-141-1/+2
* ogcp: add backup boolean field in image updatev1.1.3Jose M. Guisado2023-07-071-0/+1
* views: use \s to match whitespace in client import regexJose M. Guisado2023-06-281-6/+6
* views: better dhcp conf parsing when importing clientsJose M. Guisado2023-06-271-3/+5
* views: add placeholder text inside dhcp conf textareaJose M. Guisado2023-06-271-0/+8
* Show warning when formatting clients without disksv1.1.2Javier Sánchez Parra2022-11-171-0/+3
* Fix typo in save_user() functionJavier Sánchez Parra2022-11-171-1/+1
* Assign servers to usersJavier Sánchez Parra2022-11-071-0/+3
* Set server variable on GET /action/image/updateJavier Sánchez Parra2022-11-071-0/+1
* Remove unused variable "g.server"Javier Sánchez Parra2022-09-291-4/+0
* Get available scopes from all the serversJavier Sánchez Parra2022-09-291-6/+10
* Fix ogServer deletion from the configuration fileJavier Sánchez Parra2022-09-291-1/+6
* Create servers list if do not existsJavier Sánchez Parra2022-09-291-1/+5
* Adapt aux function to work with several ogServersJavier Sánchez Parra2022-09-291-7/+7
* Fix repositories retrievingJavier Sánchez Parra2022-09-271-2/+2
* Set server variable on GET /action/image/restoreJavier Sánchez Parra2022-09-271-0/+1
* Add multiple servers to the dashboard viewDaniel García Moreno2022-09-271-22/+39
* Adapt Delete clients to work with several ogServersJavier Sánchez Parra2022-09-271-1/+2
* Ignore unreachable ogServersJavier Sánchez Parra2022-09-271-0/+2
* Add Servers sectionJavier Sánchez Parra2022-09-271-59/+112
* Store configuration file path on a global variableJavier Sánchez Parra2022-09-271-3/+3
* Adapt MAC retrieving to support several ogServersJavier Sánchez Parra2022-09-271-1/+2
* Adapt Delete image to work with several ogServersJavier Sánchez Parra2022-09-271-2/+7
* Add ogServer parameter to imagesFormJavier Sánchez Parra2022-09-271-3/+5
* Adapt images tree to work with several ogServersJavier Sánchez Parra2022-09-271-7/+6
* Adapt Delete center to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Delete center using the scopes treeJavier Sánchez Parra2022-09-271-2/+9
* Adapt Add center to work with several ogServersJavier Sánchez Parra2022-09-271-1/+5
* Adapt Delete room to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Delete room using the scopes treeJavier Sánchez Parra2022-09-271-3/+9
* Adapt Add room to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Add a room to a center using the scopes treeJavier Sánchez Parra2022-09-271-3/+11
* Adapt Import Clients to work with several ogServersJavier Sánchez Parra2022-09-271-2/+5
* Import clients to a room using the scopes treeJavier Sánchez Parra2022-09-271-3/+11
* Fix selection of scopes with empty IPs listJavier Sánchez Parra2022-09-271-1/+2
* Add current ogServer to scopesFormJavier Sánchez Parra2022-09-271-4/+20