text-title-multihost-one extended

This commit is contained in:
z-eos 2020-11-12 21:11:46 +02:00
parent ecb5906d63
commit 133920c092
2 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ th, td {
}
.text-title-multihost-one {
background-color: #777777;
font-family: Verdana, sans-serif;
color: black;
}

View File

@ -181,7 +181,7 @@ sub multihost {
print " </td>\n";
print " </tr>\n";
print " <tr>\n";
print " <td bgcolor='$colors->{title_bg_color}' style='vertical-align: top; height: 10%; width: 10%;'>\n";
print " <td class='text-title-multihost-one td-valign-top' height: 10%; width: 10%;'>\n";
print " <iframe src='" . trim((split(',', $multihost->{remotehost_desc}->{$cgi->{val}}))[0]) . trim((split(',', $multihost->{remotehost_desc}->{$cgi->{val}}))[2]) . "/monitorix.cgi?mode=localhost&when=$cgi->{when}&graph=$graph&color=$cgi->{color}&silent=imagetagbig' height=249 width=545 frameborder=0 marginwidth=0 marginheight=0 scrolling=no></iframe>\n";
print " </td>\n";
print " </tr>\n";