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:
Dietmar Maurer 2020-05-29 06:12:49 +02:00
parent c94e1f655e
commit 947f45252d

View File

@ -108,7 +108,7 @@ Ext.define('PBS.ServerStatus', {
xtype: 'proxmoxRRDChart',
title: gettext('CPU usage'),
fields: ['cpu','iowait'],
fieldTitles: [gettext('CPU usage'), gettext('IO delay')],
fieldTitles: [gettext('CPU usage'), gettext('IO wait')],
store: rrdstore
},
{