From 5ad2d2e72c8fc02474369fac1d3a39f9b3589368 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 10:14:23 +0200 Subject: ogcp: improve page heading style Make headings take less space and have a dashed line under them. --- ogcp/templates/actions/script_run.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ogcp/templates/actions/script_run.html') diff --git a/ogcp/templates/actions/script_run.html b/ogcp/templates/actions/script_run.html index 700134e..792001a 100644 --- a/ogcp/templates/actions/script_run.html +++ b/ogcp/templates/actions/script_run.html @@ -11,9 +11,9 @@ {% set ip_list = form.ips.data.split(' ') %} {% set ip_count = ip_list | length %} -

+

{{ _('Run script for %(ip_count)d client(s)', ip_count=ip_count) }} -

+ {{ macros.cmd_selected_clients(selected_clients) }} -- cgit v1.2.3-18-g5258