mirror of https://github.com/mikaku/Monitorix.git
changed to a clickable link the bottom URL in the Apache graph, and fixed the text color
This commit is contained in:
parent
d04019b825
commit
26b8b61bf3
7
Changes
7
Changes
|
@ -1,3 +1,10 @@
|
|||
3.N.N - DD-MMM-2015
|
||||
====================
|
||||
- Changed to a clickable link the bottom URL in the Apache graph, and fixed the
|
||||
text color.
|
||||
|
||||
|
||||
|
||||
3.7.0 - 12-Mar-2015
|
||||
====================
|
||||
- Added a complete statistical VerliHub (verlihub) graph. [#72]
|
||||
|
|
|
@ -618,7 +618,7 @@ sub apache_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} . "}'> $url</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