Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "Delete image" action | Javier Sánchez Parra | 2021-09-29 | 1 | -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 action | Javier Sánchez Parra | 2021-09-03 | 1 | -0/+2 |
| | | | | | This action is used to visualize the specific details of an image, as its ID, name, size, etc. | ||||
* | Add images view | Javier Sánchez Parra | 2021-09-03 | 1 | -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. |