mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-08 10:58:51 +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',
|
xtype: 'pveNodeCephServiceList',
|
||||||
|
|
||||||
onlineHelp: 'chapter_pveceph',
|
onlineHelp: 'chapter_pveceph',
|
||||||
emptyText: Ext.String.format(gettext('No {0} configured.'), 'MDS'),
|
emptyText: gettext('No such service configured.'),
|
||||||
|
|
||||||
stateful: true,
|
stateful: true,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user