mirror of https://github.com/mikaku/Monitorix.git
Merge pull request #396 from bachandi/intelrapl_fix
Fix image filename problem in intelrapl
This commit is contained in:
commit
9264717848
|
@ -506,7 +506,7 @@ sub intelrapl_cgi {
|
|||
push(@output, " <td>\n");
|
||||
}
|
||||
|
||||
my $n_plot = $k;
|
||||
my $n_plot = 0;
|
||||
@riglim = @{setup_riglim($rigid[$n_plot], $limit[$n_plot])};
|
||||
undef(@tmp);
|
||||
undef(@tmpz);
|
||||
|
|
Loading…
Reference in New Issue