ui: storage: add namespace support when creating PBS storage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-12 15:07:38 +02:00
parent c956508c7d
commit 26f68e6534

View File

@ -552,6 +552,14 @@ Ext.define('PVE.storage.PBSInputPanel', {
fieldLabel: 'Datastore',
allowBlank: false,
},
{
xtype: me.isCreate ? 'textfield' : 'displayfield',
name: 'namespace',
value: '',
emptyText: gettext('Root'),
fieldLabel: gettext('Namespace'),
allowBlank: true,
},
];
me.columnB = [