.text-title-multihost-one added to monitorix.cgi

This commit is contained in:
z-eos 2020-11-12 20:49:59 +02:00
parent 87d4af7d9a
commit ad92a49157
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ sub multihost {
} else {
print " <table class='table-module' width='1' >\n";
print " <tr>\n";
print " <td class='text-title'>\n";
print " <td class='text-title-multihost-one'>\n";
print " <b>&nbsp;&nbsp;" . $host[$cgi->{val}] . "</b>\n";
print " </td>\n";
print " </tr>\n";