mirror of https://github.com/mikaku/Monitorix.git
changed to a clickable link the bottom URL in the Lighttpd graph, and fixed the text color
This commit is contained in:
parent
26b8b61bf3
commit
8ad888fa9b
2
Changes
2
Changes
|
@ -2,6 +2,8 @@
|
|||
====================
|
||||
- Changed to a clickable link the bottom URL in the Apache graph, and fixed the
|
||||
text color.
|
||||
- Changed to a clickable link the bottom URL in the Lighttpd graph, and fixed
|
||||
the text color.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -622,7 +622,7 @@ sub lighttpd_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 style='{color: " . $colors->{title_fg_color} . "}'> " . trim($url) . "</b>\n";
|
||||
print " <b> <a href='" . trim($url) . "' style='color: " . $colors->{title_fg_color} . "'>" . trim($url) . "</a></b>\n";
|
||||
print " </font></font>\n";
|
||||
print " </td>\n";
|
||||
print(" </tr>\n");
|
||||
|
|
Loading…
Reference in New Issue