From 3685308ec9dfcecacfad4e6a71f15cd9a196d8d2 Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Fri, 19 Jan 2024 11:02:08 +0100 Subject: templates: stilistic change in mode template Remove warning header and show selected clients above boot-mode tables --- ogcp/templates/actions/mode.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ogcp/templates') diff --git a/ogcp/templates/actions/mode.html b/ogcp/templates/actions/mode.html index 87ce59d..d89f536 100644 --- a/ogcp/templates/actions/mode.html +++ b/ogcp/templates/actions/mode.html @@ -15,14 +15,16 @@ {{ _('Changing boot mode of %(ip_count)d computer(s)', ip_count=ip_count) }} +{{ macros.cmd_selected_clients(selected_clients) }} +
+ {% if modes_set|length > 1 %} -

WARNING

Selected clients have different boot modes set

- + @@ -41,8 +43,6 @@
Boot modesBoot mode Clients
{% endif %} -{{ macros.cmd_selected_clients(selected_clients) }} - {{ wtf.quick_form(form, action=url_for('action_mode'), method='post', -- cgit v1.2.3-18-g5258