diff --git a/src/root/machine-status.tt b/src/root/machine-status.tt index 5f406ae1..e0476744 100644 --- a/src/root/machine-status.tt +++ b/src/root/machine-status.tt @@ -18,7 +18,7 @@ - [% name %] + [% INCLUDE renderMachineName machine=m.key %] [% IF m.value.systemTypes %] ([% comma=0; FOREACH system IN m.value.systemTypes %][% IF comma; %], [% ELSE; comma = 1; END %][% system %][% END %])