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:
parent
bea65c7767
commit
70269f1fe8
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user