From 26f68e653476c3b1d3c149546c01d3a6fe548f38 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 12 May 2022 15:07:38 +0200 Subject: [PATCH] ui: storage: add namespace support when creating PBS storage Signed-off-by: Thomas Lamprecht --- www/manager6/storage/PBSEdit.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js index b46ddf71..d880308c 100644 --- a/www/manager6/storage/PBSEdit.js +++ b/www/manager6/storage/PBSEdit.js @@ -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 = [