mirror of https://git.48k.eu/ogcp
templates: replace start session with boot OS
Update the header in the BootOS view to better fit the purpose of the operation.master
parent
0c0df4288e
commit
5fba469f7a
|
@ -11,7 +11,7 @@
|
|||
{% set ip_list = form.ips.data.split(' ') %}
|
||||
{% set ip_count = ip_list | length %}
|
||||
<h2 class="mx-5 subhead-heading">
|
||||
{{ _('Start %(ip_count)d client(s) session', ip_count=ip_count) }}
|
||||
{{ _('Boot %(ip_count)d client(s) OS', ip_count=ip_count) }}
|
||||
</h2>
|
||||
|
||||
{{ macros.cmd_selected_clients(selected_clients) }}
|
||||
|
|
Loading…
Reference in New Issue