summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/client_details.html
Commit message (Collapse)AuthorAgeFilesLines
* Add missing gettext functionsJavier Sánchez Parra2022-03-221-5/+5
| | | | 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 scopes nav buttons as activeJavier Sánchez Parra2022-03-071-0/+1
| | | | When loading any scopes view, its nav button becomes active.
* Set commands nav buttons as activeJavier Sánchez Parra2022-03-041-0/+2
| | | | When loading any command view, its nav button becomes active.
* Extend scopes or commands in client detailsJavier Sánchez Parra2022-03-031-1/+1
| | | | | | Both "Add client" and "Client details" views use client_details.html template. With this commit, "Add client" extends scopes.html and "Client details" extend commands.hmlt.
* Extend commands htmlJavier Sánchez Parra2022-03-021-1/+1
| | | | | Otherwise, this actions pages lose the scopes tree and the commands buttons.
* Show disk and partition size in mebibytesJavier Sánchez Parra2022-01-191-2/+2
| | | | | | | | | This commit converts disk and partition size from kibibytes to mebibytes to improve usability. Disk and partition size are used in "Client details" and "Partition & format" forms. It also returns size to kibibytes when creating /setup API payload as required by ogServer.
* Add partitions info to client detailsJavier Sánchez Parra2021-10-131-0/+24
| | | | Show a table with client's disks and partitions information.
* 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/+10
These templates were not added in previous commits.