mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 17:10:35 +00:00
ui: storage: add namespace support when creating PBS storage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c956508c7d
commit
26f68e6534
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user