mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
(cherry picked from commit 192ba8f5905d3a69e35d35c149970b7d1d282116)
This commit is contained in:
parent
2d355ff920
commit
11b46d8abd
@ -178,6 +178,10 @@ define(function(require) {
|
||||
delete nic["PARENT"];
|
||||
}
|
||||
|
||||
(Boolean($("input#" + that.id + "_rdp", context).prop("checked")))
|
||||
? nic["RDP"] = "YES"
|
||||
: delete nic["RDP"];
|
||||
|
||||
if ( !nic["NETWORK_MODE"] || ( nic["NETWORK_MODE"] && nic["NETWORK_MODE"] !== "auto" ) )
|
||||
{
|
||||
var val = $(this).data("vnetsTable").retrieveResourceTableSelect();
|
||||
|
Loading…
x
Reference in New Issue
Block a user