summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/select_client.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.
* ogcp: add support for multi-disk partition and formatAlejandro Sirgo Rica2024-09-021-0/+42
| | | | | | | | | | | | | | | | | | 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.
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-2/+2
| | | | Make headings take less space and have a dashed line under them.
* templates: fix wrong navigation detailsJavier Hernandez2024-01-181-2/+2
| | | | Fix wrong navigation details in template select_client.
* Ask for reference when partitioning several clientsJavier Sánchez Parra2022-04-011-0/+26
Allow the user to choose a computer as reference to display the partition scheme form.