diff --git a/ogcp/templates/actions/mode.html b/ogcp/templates/actions/mode.html index 131097a..87ce59d 100644 --- a/ogcp/templates/actions/mode.html +++ b/ogcp/templates/actions/mode.html @@ -15,6 +15,32 @@ {{ _('Changing boot mode of %(ip_count)d computer(s)', ip_count=ip_count) }} +{% if modes_set|length > 1 %} +
Selected clients have different boot modes set
+ +Boot modes | +Clients | +
---|---|
{{mode}} | ++ {% for client in clients %} + {{client}} + {% endfor %} + | +