From 5fba469f7a3a3d69c77488f9a208c0044b6a2027 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 14:24:59 +0200 Subject: templates: replace start session with boot OS Update the header in the BootOS view to better fit the purpose of the operation. --- ogcp/templates/actions/session.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcp/templates/actions/session.html b/ogcp/templates/actions/session.html index bd7ac95..3a39a10 100644 --- a/ogcp/templates/actions/session.html +++ b/ogcp/templates/actions/session.html @@ -11,7 +11,7 @@ {% set ip_list = form.ips.data.split(' ') %} {% set ip_count = ip_list | length %}

- {{ _('Start %(ip_count)d client(s) session', ip_count=ip_count) }} + {{ _('Boot %(ip_count)d client(s) OS', ip_count=ip_count) }}

{{ macros.cmd_selected_clients(selected_clients) }} -- cgit v1.2.3-18-g5258