summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/session.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: fix ip card list spacingAlejandro Sirgo Rica2024-09-031-3/+1
| | | | | Remove unwanted witespace caused by tabs and spaces. Add margin to the ip card style to define an explicit spacing.
* templates: force OS selection in Boot OS form1.1.3-24Alejandro Sirgo Rica2024-07-091-1/+1
| | | | | | Prevent backtrace when not OS is selected before the form submit. Add 'required' attribute to the <input> elements of each OS option in the Boot OS form.
* templates: improve client list in cache and boot os viewsAlejandro Sirgo Rica2024-06-281-1/+5
| | | | Show client IPs inside div components with a custom "card" styling.
* templates: replace start session with boot OSAlejandro Sirgo Rica2024-06-281-1/+1
| | | | | Update the header in the BootOS view to better fit the purpose of the operation.
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-2/+2
| | | | Make headings take less space and have a dashed line under them.
* make the boot OS form work over multiple clientsAlejandro Sirgo Rica2024-05-161-5/+32
| | | | | | | | | Enable working over multiple clients even if their OS configuration is different to greatly improve the user's workflow. Group clients with the same configuration under the same checkbox in the form. Report clients excluded from the boot instruction due to not matching OS configuration.
* 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.
* Add clients info to session's confirmation pageJavier Sánchez Parra2022-03-031-1/+7
| | | | Show the number of clients and their IPs.
* Extend commands htmlJavier Sánchez Parra2022-03-021-1/+1
| | | | | Otherwise, this actions pages lose the scopes tree and the commands buttons.
* Add cosmetic improvementsJose M. Guisado2021-03-241-1/+4
| | | | | | | | * 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
* Add templates for clients, hardware, restore, session and setupRoberto Hueso Gómez2020-10-271-0/+11
These templates were not added in previous commits.