summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/disk_inspector.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: fix ip card list spacingAlejandro Sirgo Rica2024-09-031-1/+1
| | | | | Remove unwanted witespace caused by tabs and spaces. Add margin to the ip card style to define an explicit spacing.
* templates: show excluded clients from partition operationAlejandro Sirgo Rica2024-09-031-6/+27
| | | | | Show the list of IPs of the clients withut the selected disk to partition in the partition and format form.
* ogcp: add support for multi-disk partition and formatAlejandro Sirgo Rica2024-09-021-0/+306
Add support for selecting different disks in the disk inspector. Add disk_inspector.html as a template to show the disk contents of a client. The view can define the variable readonly_disk_inspector to make the view non editable. Use disk_inspector.html in the following views: - client details - partition and format Update code to obtain the partitions of a client to better fit the requirements of disk_inspector.html Remove code to setup the SetupForm as the contents of the disks are now dynamically loaded through javascript.