summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/delete_image.html
Commit message (Collapse)AuthorAgeFilesLines
* Add back button to all actionsJavier Sánchez Parra2022-03-141-0/+1
| | | | Add a back button to facilitate users to return to the previous page.
* Disable scopes tree's checkboxes in action viewsJavier Sánchez Parra2022-03-101-0/+2
| | | | | Now users can select clients only in scopes and command views, in any other view we set the scopes tree read only.
* Add confirmation page when deleting imageJose M. Guisado2022-01-271-0/+20
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.