From 0b424aa34effb9865e8e7cbcefe73d77b9465647 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Mon, 11 Oct 2021 15:37:42 +0200 Subject: Add partitions info to client details Show a table with client's disks and partitions information. --- ogcp/templates/actions/client_details.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ogcp/templates/actions/client_details.html') diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 39963bd..d4158bf 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -10,4 +10,28 @@ button_map={'create': 'primary'}, extra_classes="mx-5") }} + + + + + + + + + + + + + {% for entry in setup %} + + + + + + + + {% endfor %} + +
PartitionTypeFilesytemSize (KB)Image
{{ entry.partition }}{{ entry.code }}{{ entry.filesystem }}{{ entry.size }}{{ entry.image }}
+ {% endblock %} -- cgit v1.2.3-18-g5258