From 3db3659499e7e59aa92a0103ec6bc6050cef5a4a Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 2 Mar 2022 11:10:29 +0100 Subject: Use pill style in confirmation pages Draw selected clients from confirmation pages like selected clients from scopes and commands pages. --- ogcp/templates/actions/poweroff.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/poweroff.html') diff --git a/ogcp/templates/actions/poweroff.html b/ogcp/templates/actions/poweroff.html index 11b14d8..cc739d3 100644 --- a/ogcp/templates/actions/poweroff.html +++ b/ogcp/templates/actions/poweroff.html @@ -10,7 +10,7 @@ {{ _('Power off %(ip_count)d client(s)', ip_count=ip_count) }} -{{ macros.cmd_selected_clients(ip_list) }} +{{ macros.cmd_selected_clients(selected_clients) }} {{ wtf.quick_form(form, action=url_for('action_poweroff'), -- cgit v1.2.3-18-g5258