From 0d2f38ac4780deca0ad3a2c9fb248136bb4dfb58 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 15 Jul 2024 14:07:45 +0200 Subject: templates: hide part table in client details with no partitions Remove with partition information in client details form when the selected client has no partition configuration. --- ogcp/templates/actions/client_details.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/actions') diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 03c761e..0362d5b 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -80,6 +80,7 @@ +{% if setup|length > 0 %}
@@ -103,5 +104,6 @@ {% endfor %}
+{% endif %} {% endblock %} -- cgit v1.2.3-18-g5258