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/image_restore.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/image_restore.html') diff --git a/ogcp/templates/actions/image_restore.html b/ogcp/templates/actions/image_restore.html index 9bd368b..c8322e8 100644 --- a/ogcp/templates/actions/image_restore.html +++ b/ogcp/templates/actions/image_restore.html @@ -8,7 +8,7 @@ {% set ip_count = ip_list | length %}

Restore partition image to {{ip_count}} {%if ip_count > 1%}computers{% else %}computer{% endif %}

-{{ macros.cmd_selected_clients(ip_list) }} +{{ macros.cmd_selected_clients(selected_clients) }} {{ wtf.quick_form(form, action=url_for('action_image_restore'), -- cgit v1.2.3-18-g5258