mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-05 06:05:02 +00:00
gui: cep service list: generalize emptyText
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
44dde2cb22
commit
e148c752eb
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user