summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_details.html
Commit message (Collapse)AuthorAgeFilesLines
* ogcp: add image restrict functionalityAlejandro Sirgo Rica2024-07-251-4/+18
| | | | | | | | | | | Add center scope restriction using /image/restrict. Add view in Images to update scope permissions. Disable images in Commands for image update and restore if the client belongs to a disabled center. Consolidate template code to render scope selection checkboxes.
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-1/+1
| | | | Make headings take less space and have a dashed line under them.
* Add back button to all actionsJavier Sánchez Parra2022-03-141-0/+2
| | | | Add a back button to facilitate users to return to the previous page.
* Extend images html in "image details" templateJavier Sánchez Parra2022-03-031-1/+1
| | | | Otherwise, "image details" page lose the images tree and buttons.
* Add image details actionJavier Sánchez Parra2021-09-031-0/+13
This action is used to visualize the specific details of an image, as its ID, name, size, etc.