summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/reboot.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/reboot.html')
-rw-r--r--ogcp/templates/actions/reboot.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/reboot.html b/ogcp/templates/actions/reboot.html
index 882906d..811b9d6 100644
--- a/ogcp/templates/actions/reboot.html
+++ b/ogcp/templates/actions/reboot.html
@@ -11,9 +11,9 @@
{% set ip_list = form.ips.data.split(' ') %}
{% set ip_count = ip_list | length %}
-<h1 class="m-5">
+<h2 class="mx-5 subhead-heading">
{{ _('Reboot %(ip_count)d client(s)', ip_count=ip_count) }}
-</h1>
+</h2>
{{ macros.cmd_selected_clients(selected_clients) }}