mirror of https://github.com/mikaku/Monitorix.git
class text-title-multihost introduced
This commit is contained in:
parent
53211c652b
commit
b2c96b3195
|
@ -83,6 +83,11 @@ th, td {
|
|||
color: #888800;
|
||||
}
|
||||
|
||||
.text-title-multihost {
|
||||
font-family: Verdana, sans-serif;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.text-copyright {
|
||||
font-size: 10px;
|
||||
color: white;
|
||||
|
|
|
@ -104,7 +104,7 @@ sub multihost {
|
|||
if(!$g) {
|
||||
print " <tr>\n";
|
||||
for($n = 0; $n < scalar(@host); $n++) {
|
||||
print " <td class='text-title'>\n";
|
||||
print " <td class='text-title-multihost'>\n";
|
||||
print " <b> " . $host[$n] . "</b>\n";
|
||||
print " </td>\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue