Fix Memmory spelling (#15231)

This commit is contained in:
Arjen Zonneveld
2023-08-18 15:49:33 -05:00
committed by GitHub
co-authored by GitHub
parent 8ee1a20346
commit 7e910d60af
@@ -169,7 +169,7 @@ if (! isset($vars['vmdisk']) and ! isset($vars['vmif'])) {
if (isset($vars['vm']) && $app->data['hv'] == 'CBSD') {
$graphs['hv-monitor_status-int'] = 'VM Status: 1=Running, 8=Shut Off, 9=Maintenace';
}
$graphs['hv-monitor_memory'] = 'Memmory Usage';
$graphs['hv-monitor_memory'] = 'Memory Usage';
$graphs['hv-monitor_pmem'] = 'Memory Percent';
$graphs['hv-monitor_time'] = 'CPU Time';
$graphs['hv-monitor_pcpu'] = 'CPU Percent';