1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #4409: Fix template context vars (#4463)

This commit is contained in:
Sergio Betanzos 2020-04-01 13:43:13 +02:00 committed by GitHub
parent e239bfc0d6
commit cfbde69c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,6 @@ define(function(require) {
var that = this;
if( $("input#"+that.id+"_network_mode", $(this)).prop("checked") ){
nic = {};
nic["NETWORK_MODE"] = "auto";
var req = $("input#"+that.id+"_SCHED_REQUIREMENTS", $(this)).val();
var rank = $("input#"+that.id+"_SCHED_RANK", $(this)).val();