mirror of https://github.com/rancher/ui.git
commit
78172bcdca
|
|
@ -197,6 +197,10 @@ export default Component.extend(NodeDriver, {
|
||||||
this.updateVappOptions(defaultVappOptions);
|
this.updateVappOptions(defaultVappOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( !get(this, 'config.network') ) {
|
||||||
|
set(this, 'config.network', []);
|
||||||
|
}
|
||||||
|
|
||||||
return this._super(...arguments);
|
return this._super(...arguments);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue