mirror of https://github.com/mikaku/Monitorix.git
fixed the text color in the bottom URL of the Icecast Streaming Server graph
This commit is contained in:
parent
35e0a8a8a0
commit
f299718db1
1
Changes
1
Changes
|
@ -5,6 +5,7 @@
|
|||
- Changed to a clickable link the bottom URL in the Lighttpd graph, and fixed
|
||||
the text color.
|
||||
- Fixed the text color in the bottom URL of the Bind graph.
|
||||
- Fixed the text color in the bottom URL of the Icecast Streaming Server graph.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -615,7 +615,7 @@ sub icecast_cgi {
|
|||
print " <td bgcolor='$colors->{title_bg_color}' colspan='2'>\n";
|
||||
print " <font face='Verdana, sans-serif' color='$colors->{title_fg_color}'>\n";
|
||||
print " <font size='-1'>\n";
|
||||
print " <b> <a href='" . $url . "' style='{color: " . $colors->{title_fg_color} . "}'>$url</a><b>\n";
|
||||
print " <b> <a href='" . $url . "' style='color: " . $colors->{title_fg_color} . "'>$url</a><b>\n";
|
||||
print " </font></font>\n";
|
||||
print " </td>\n";
|
||||
print(" </tr>\n");
|
||||
|
|
Loading…
Reference in New Issue