diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-02 11:10:29 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-03 11:41:16 +0100 |
commit | 3db3659499e7e59aa92a0103ec6bc6050cef5a4a (patch) | |
tree | 5b43df1156d1c5c880c2b85d4a40a58eb55d79cd /ogcp/templates/actions/reboot.html | |
parent | dc8759d2b90b47b7009a74f69348560777c088c9 (diff) |
Use pill style in confirmation pages
Draw selected clients from confirmation pages like selected clients from
scopes and commands pages.
Diffstat (limited to 'ogcp/templates/actions/reboot.html')
-rw-r--r-- | ogcp/templates/actions/reboot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/reboot.html b/ogcp/templates/actions/reboot.html index 2b4cba6..9a6a1bc 100644 --- a/ogcp/templates/actions/reboot.html +++ b/ogcp/templates/actions/reboot.html @@ -10,7 +10,7 @@ {{ _('Reboot %(ip_count)d client(s)', ip_count=ip_count) }} </h1> -{{ macros.cmd_selected_clients(ip_list) }} +{{ macros.cmd_selected_clients(selected_clients) }} {{ wtf.quick_form(form, action=url_for('action_reboot'), |