mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 20:51:06 +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',
|
fieldLabel: 'Datastore',
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: me.isCreate ? 'textfield' : 'displayfield',
|
||||||
|
name: 'namespace',
|
||||||
|
value: '',
|
||||||
|
emptyText: gettext('Root'),
|
||||||
|
fieldLabel: gettext('Namespace'),
|
||||||
|
allowBlank: true,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
me.columnB = [
|
me.columnB = [
|
||||||
|
Loading…
Reference in New Issue
Block a user