summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/repo_details.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: disable sidebar in images and reposAlejandro Sirgo Rica2024-09-161-0/+2
| | | | Disable sidebar interaction in Images and Repos views.
* ogcp: add support for multi-ip repositoriesAlejandro Sirgo Rica2024-08-301-1/+19
| | | | | | | | | | | | 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.
* views: add an action to view repo details1.1.3-11Javier Hernandez2024-01-161-0/+13
Add an action to allow the user to view details (name and ip) of a particular repo.