summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/client_details.html
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2021-03-24 14:32:16 +0100
committerJose M. Guisado <jguisado@soleta.eu>2021-03-24 14:32:16 +0100
commit2ad382b5ed0e927121308f83a51d8f3a89d41e50 (patch)
treeaace4bb10735a98e979780fee395c71b36d38d30 /ogcp/templates/actions/client_details.html
parent9ee0565ac41661a0521630fbfe1ea9e896fcec52 (diff)
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
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r--ogcp/templates/actions/client_details.html5
1 files changed, 4 insertions, 1 deletions
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 %}
+<h1 class="m-5">{{_('Client details')}}</h1>
+
{{ wtf.quick_form(form,
method='post',
- button_map={'create': 'primary'}) }}
+ button_map={'create': 'primary'},
+ extra_classes="mx-5") }}
{% endblock %}