mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
M #~: Fix ssh checkbox when instantiate template (#1223)
This commit is contained in:
parent
c5874b73cc
commit
bbc8bb1bab
@ -188,6 +188,10 @@ define(function(require) {
|
||||
? nic["RDP"] = "YES"
|
||||
: delete nic["RDP"];
|
||||
|
||||
(Boolean($("input#" + that.id + "_ssh", context).prop("checked")))
|
||||
? nic["SSH"] = "YES"
|
||||
: delete nic["SSH"];
|
||||
|
||||
if ( !nic["NETWORK_MODE"] || ( nic["NETWORK_MODE"] && nic["NETWORK_MODE"] !== "auto" ) )
|
||||
{
|
||||
var ip4 = $("input.manual_ip4", $(this)).val();
|
||||
|
Loading…
x
Reference in New Issue
Block a user