From 2ad382b5ed0e927121308f83a51d8f3a89d41e50 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Wed, 24 Mar 2021 14:32:16 +0100 Subject: Add cosmetic improvements * Adds label for each action page. * Adds a colored state for opengnsys connected clients * Fix nav active item * Rename some actions * Adds DISK to partition and format form --- ogcp/templates/actions/client_details.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 3ef13a6..39963bd 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -3,8 +3,11 @@ {% block content %} +

{{_('Client details')}}

+ {{ wtf.quick_form(form, method='post', - button_map={'create': 'primary'}) }} + button_map={'create': 'primary'}, + extra_classes="mx-5") }} {% endblock %} -- cgit v1.2.3-18-g5258