mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
bug #2521: vcpu min set to 1 and max to 16
This commit is contained in:
parent
9913887fa0
commit
090a638a96
@ -762,7 +762,7 @@ function setup_capacity_tab_content(capacity_section) {
|
||||
var cpu_slider = $( "#cpu_slider", capacity_section).noUiSlider({
|
||||
handles: 1,
|
||||
connect: "lower",
|
||||
range: [0,800],
|
||||
range: [0,1600],
|
||||
// start: 100,
|
||||
step: 50,
|
||||
start: 1,
|
||||
@ -896,7 +896,7 @@ function setup_capacity_tab_content(capacity_section) {
|
||||
var vcpu_slider = $( "#vcpu_slider", capacity_section).noUiSlider({
|
||||
handles: 1,
|
||||
connect: "lower",
|
||||
range: [0,8],
|
||||
range: [1,16],
|
||||
start: 0,
|
||||
step: 1,
|
||||
slide: function(type) {
|
||||
|
Loading…
Reference in New Issue
Block a user