diff options
Diffstat (limited to 'ogcp/templates/actions/wol.html')
-rw-r--r-- | ogcp/templates/actions/wol.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/wol.html b/ogcp/templates/actions/wol.html index 2a35592..7ba014c 100644 --- a/ogcp/templates/actions/wol.html +++ b/ogcp/templates/actions/wol.html @@ -8,7 +8,7 @@ {% set ip_count = ip_list | length %} <h1 class="m-5">Powering on {{ip_count}} {%if ip_count > 1%}computers{% else %}computer{% endif %}</h1> -{{ macros.cmd_selected_clients(ip_list) }} +{{ macros.cmd_selected_clients(selected_clients) }} {{ wtf.quick_form(form, action=url_for('action_wol'), |