Skip to content

Commit

Permalink
Fix to consider user preference to have Stats History accordion hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 22, 2024
1 parent e95c6a5 commit 10fb638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authentic-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ sub get_extended_sysinfo
}
}
if (&webmin_user_is_admin() &&
$theme_config{'settings_sysinfo_hidden_panels_user'} !~ /\'live_stats\'/ &&
$theme_config{'settings_sysinfo_real_time_status'} ne '0' &&
(acl_system_status('cpu') || acl_system_status('mem') || acl_system_status('load')))
{
Expand Down

0 comments on commit 10fb638

Please sign in to comment.