mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
d4af8e2a76
commit
0047b0cc96
@ -255,6 +255,13 @@ define(function(require) {
|
||||
){
|
||||
current = currentTemplate[0].VMTEMPLATE.TEMPLATE;
|
||||
}
|
||||
if(
|
||||
current &&
|
||||
current.NIC_ALIAS &&
|
||||
!templateJSON.NIC_ALIAS
|
||||
){
|
||||
delete current.NIC_ALIAS;
|
||||
}
|
||||
}
|
||||
if (this.action == "create") {
|
||||
Sunstone.runAction(this.resource+".create", {"vmtemplate": templateJSON});
|
||||
|
Loading…
x
Reference in New Issue
Block a user