From ec209480ea6cf287d9e12101ac744cdb22f0ecff Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 25 Sep 2024 12:44:07 +0200 Subject: templates: add free partition size in client details Add column with available space in partitions only in the client details views. --- ogcp/templates/actions/client_details.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/templates/actions') 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 @@ {% set show_part_images = True %} +{% set show_free_size = True %} {% set readonly_disk_inspector = True %} {% include 'disk_inspector.html' %} -- cgit v1.2.3-18-g5258