drop unnecessary check for 'local'
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
57da080ece
commit
8b1ee8ff0d
@ -100,7 +100,7 @@ Ext.define('PVE.storage.RBDInputPanel', {
|
||||
];
|
||||
/*jslint confusion: false*/
|
||||
|
||||
if (me.isCreate || me.storageId !== 'local') {
|
||||
if (me.isCreate) {
|
||||
me.column2.unshift({
|
||||
xtype: 'pveNodeSelector',
|
||||
name: 'nodes',
|
||||
|
Loading…
Reference in New Issue
Block a user