www/ServerStatus.js: use term "IO wait" for CPU iowait
Because we already use "IO delay" for the storage statistics.
This commit is contained in:
parent
c94e1f655e
commit
947f45252d
@ -108,7 +108,7 @@ Ext.define('PBS.ServerStatus', {
|
|||||||
xtype: 'proxmoxRRDChart',
|
xtype: 'proxmoxRRDChart',
|
||||||
title: gettext('CPU usage'),
|
title: gettext('CPU usage'),
|
||||||
fields: ['cpu','iowait'],
|
fields: ['cpu','iowait'],
|
||||||
fieldTitles: [gettext('CPU usage'), gettext('IO delay')],
|
fieldTitles: [gettext('CPU usage'), gettext('IO wait')],
|
||||||
store: rrdstore
|
store: rrdstore
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user