From 10fb638acb23c5291200b20ee15c3f845ed94232 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 22 Jul 2024 17:03:44 +0300 Subject: [PATCH] Fix to consider user preference to have Stats History accordion hidden https://forum.virtualmin.com/t/how-to-turn-off-stats-history-theme-version-21-20-1/128067/11?u=ilia --- authentic-lib.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/authentic-lib.pl b/authentic-lib.pl index 56908cd5d..b87c97e39 100644 --- a/authentic-lib.pl +++ b/authentic-lib.pl @@ -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'))) {