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

Feature #4317: When capacity user inputs are missing, the default is 'any value'

This commit is contained in:
Carlos Martín 2016-04-21 12:36:29 +02:00
parent bea65c7767
commit 70269f1fe8

View File

@ -167,8 +167,6 @@ define(function(require) {
var userInputsJSON = element['USER_INPUTS'];
$("[class$=_modify_type]", context).val("fixed").change();
if (userInputsJSON) {
$.each(["memory","cpu","vcpu"], function(i,classname){
var name = classname.toUpperCase();