mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-31 01:44:29 +02:00
Add missing class CSS style to user graphs table. Thanks to Nathanael Bonin for the report.
This commit is contained in:
parent
ca08c4c0db
commit
0e34cb888a
@ -1936,7 +1936,7 @@ sub _print_user_stat
|
|||||||
my $user_hits = $self->flotr2_bargraph(1, 'user_hits', $type, $t1, $xlabel, $ylabel,
|
my $user_hits = $self->flotr2_bargraph(1, 'user_hits', $type, $t1, $xlabel, $ylabel,
|
||||||
join(',', @hits), $Translate{'Hit_graph'});
|
join(',', @hits), $Translate{'Hit_graph'});
|
||||||
@hits = ();
|
@hits = ();
|
||||||
print $out qq{<table><tr><td>$user_hits</td>};
|
print $out qq{<table class="graphs"><tr><td>$user_hits</td>};
|
||||||
$user_hits = '';
|
$user_hits = '';
|
||||||
|
|
||||||
$t1 = $Translate{'Graph_cache_byte_title'};
|
$t1 = $Translate{'Graph_cache_byte_title'};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user