drop unnecessary check for 'local'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-09-05 16:23:50 +02:00 committed by Fabian Grünbichler
parent 57da080ece
commit 8b1ee8ff0d

View File

@ -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',