diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-25 12:44:07 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-09-25 17:01:48 +0200 |
commit | ec209480ea6cf287d9e12101ac744cdb22f0ecff (patch) | |
tree | 09600d4b54c97b3ce17e5c2b8a4c3343df5f8eb4 /ogcp/templates/actions | |
parent | 9bf161fc7a4e1b1372fcf32977dc3068f9eba8b1 (diff) |
templates: add free partition size in client details
Add column with available space in partitions only in the client
details views.
Diffstat (limited to 'ogcp/templates/actions')
-rw-r--r-- | ogcp/templates/actions/client_details.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index e462205..47b4721 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -38,6 +38,7 @@ </div> {% set show_part_images = True %} +{% set show_free_size = True %} {% set readonly_disk_inspector = True %} {% include 'disk_inspector.html' %} |