summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/images.html
Commit message (Collapse)AuthorAgeFilesLines
* Add back button to all actionsJavier Sánchez Parra2022-03-141-0/+5
| | | | Add a back button to facilitate users to return to the previous page.
* Add confirmation page when deleting imageJose M. Guisado2022-01-271-1/+1
| | | | | | | | User can confirm when deleting an image by double checking the information displayed on this page. Adds a new optional field in GenericForm: 'ids'. Used when dealing with ids instead of ips.
* Add "Delete image" actionJavier Sánchez Parra2021-09-291-0/+2
| | | | | | | Adds a new button in the images view. This action handles image deletion, one at a time for security. Users must select an image using the images tree.
* Add image details actionJavier Sánchez Parra2021-09-031-0/+2
| | | | | This action is used to visualize the specific details of an image, as its ID, name, size, etc.
* Add images viewJavier Sánchez Parra2021-09-031-0/+29
Images view manages all the images stored in the server. Follow up patches adds actions to get and edit image details, and to delete them.