Shorten host names

This commit is contained in:
Eelco Dolstra 2016-03-16 15:23:56 +01:00
parent d5cffd4bc7
commit 7d8bf1b0f2

View file

@ -18,7 +18,7 @@
<thead>
<tr>
<th colspan="6">
<tt [% IF m.value.disabled %]style="text-decoration: line-through;"[% END %]>[% name %]</tt>
<tt [% IF m.value.disabled %]style="text-decoration: line-through;"[% END %]>[% INCLUDE renderMachineName machine=m.key %]</tt>
[% IF m.value.systemTypes %]
<span class="muted" style="font-weight: normal;">
([% comma=0; FOREACH system IN m.value.systemTypes %][% IF comma; %], [% ELSE; comma = 1; END %]<tt>[% system %]</tt>[% END %])