|
|
@@ -7321,8 +7321,8 @@ var rangeSlider = function () {
|
|
|
key: 'updateSlider',
|
|
|
value: function updateSlider(evnet) {
|
|
|
this.sliderInstance.slider("value", event.target.value);
|
|
|
- $('input[name^="outputadditionalDiskSize"]').not(this).attr("max", this.config.max - this.value);
|
|
|
- $('input[name="disk"]').not(this).attr("max", this.config.max - this.value);
|
|
|
+ $('input[name^="outputadditionalDiskSize"]').attr("max", this.config.max - this.value);
|
|
|
+ $('input[name="disk"]').attr("max", this.config.max - this.value);
|
|
|
}
|
|
|
}], [{
|
|
|
key: 'init',
|