summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/delete_repo.html
Commit message (Collapse)AuthorAgeFilesLines
* ogcp: add support for multi-ip repositoriesAlejandro Sirgo Rica2024-08-301-5/+24
| | | | | | | | | | | | Add support for the new API REST for repository management where the address is a list of ips instead of a single string. Add dynamic address creation in /action/repo/update and /action/repo/add forms through delete and add buttons in the form. Update /image/restore and /cache/fetch to use repository_id. Add additional repository form validations.
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-1/+1
| | | | Make headings take less space and have a dashed line under them.
* templates: add missing delete/update repository templatesv1.1.3-7OpenGnSys Support Team2023-12-111-0/+17
Add missing templates. Fixes: 15dd4c2a8f69 ('views: add action to update repo') Fixes: 152337b6bdb8 ('views: add action to delete repo')