mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Sunstone: Fix IP_end parameter when creating VNet
This commit is contained in:
parent
becdd60edd
commit
1958154246
@ -802,7 +802,7 @@ function setupCreateVNetDialog() {
|
||||
if (ip_start.length)
|
||||
network_json["vnet"]["ip_start"] = ip_start;
|
||||
if (ip_end.length)
|
||||
network_json["vnet"]["ip_start"] = ip_end;
|
||||
network_json["vnet"]["ip_end"] = ip_end;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user