mirror of https://github.com/mikaku/Monitorix.git
fixed the text color in the bottom URL of the Bind graph
This commit is contained in:
parent
8ad888fa9b
commit
35e0a8a8a0
1
Changes
1
Changes
|
@ -4,6 +4,7 @@
|
|||
text color.
|
||||
- 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.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1587,7 +1587,7 @@ sub bind_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='" . $l . "' style='{color: $colors->{title_fg_color}}'>$l</a><b>\n";
|
||||
print " <b> <a href='" . $l . "' style='color: $colors->{title_fg_color}'>$l</a><b>\n";
|
||||
print " </font></font>\n";
|
||||
print " </td>\n";
|
||||
print(" </tr>\n");
|
||||
|
|
Loading…
Reference in New Issue