summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_restore.html
Commit message (Collapse)AuthorAgeFilesLines
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-2/+2
| | | | Make headings take less space and have a dashed line under them.
* Add missing gettext functionsJavier Sánchez Parra2022-03-221-1/+3
| | | | Otherwise, this strings are not translatable.
* 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.
* Set commands nav buttons as activeJavier Sánchez Parra2022-03-041-0/+2
| | | | When loading any command view, its nav button becomes active.
* Use pill style in confirmation pagesJavier Sánchez Parra2022-03-031-1/+1
| | | | | Draw selected clients from confirmation pages like selected clients from scopes and commands pages.
* Extend commands htmlJavier Sánchez Parra2022-03-021-1/+1
| | | | | Otherwise, this actions pages lose the scopes tree and the commands buttons.
* Refactor selected clients drawing in commandsJavier Sánchez Parra2022-02-241-5/+2
| | | | Refactor duplicated code as a jinja macro.
* Add cosmetic improvementsJose M. Guisado2021-03-241-0/+10
| | | | | | | | * Adds label for each action page. * Adds a colored state for opengnsys connected clients * Fix nav active item * Rename some actions * Adds DISK to partition and format form
* Cosmetic enhacementsJose M. Guisado2021-03-051-1/+3
| | | | | | * Use validate_ips and flashed messages for some more actions. * Use extra_classes in quick_form macro to add bootstrap classes to rendered forms
* Add templates for clients, hardware, restore, session and setupRoberto Hueso Gómez2020-10-271-0/+11
These templates were not added in previous commits.