gui: cep service list: generalize emptyText

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-06-05 14:56:55 +02:00
parent 44dde2cb22
commit e148c752eb

View File

@ -52,7 +52,7 @@ Ext.define('PVE.node.CephServiceList', {
xtype: 'pveNodeCephServiceList',
onlineHelp: 'chapter_pveceph',
emptyText: Ext.String.format(gettext('No {0} configured.'), 'MDS'),
emptyText: gettext('No such service configured.'),
stateful: true,