From cd8ffa08dcfd68eb5476eec490d509659d53404c Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Tue, 27 Feb 2024 16:49:29 +0300 Subject: [PATCH] Add getCpuUsageHTML() --- web/ajax/status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/ajax/status.php b/web/ajax/status.php index dcd9bafe2..e73c3b034 100644 --- a/web/ajax/status.php +++ b/web/ajax/status.php @@ -19,6 +19,7 @@ if ($_REQUEST['entity'] == 'navBar') { // Call the functions we want to dynamically update $data['getBandwidthHTML'] = getBandwidthHTML($bandwidth_options, $user); $data['getSysLoadHTML'] = getSysLoadHTML(); + $data['getCpuUsageHTML'] = getCpuUsageHTML(); $data['getDbConHTML'] = getDbConHTML(); $data['getStorageHTML'] = getStorageHTML(); //$data['getShmHTML'] = getShmHTML();