|
@@ -139,12 +139,6 @@ $(document).ready(function () {
|
|
|
$(".pm-disk-content-default ").parent().find(".lu-alert").show();
|
|
$(".pm-disk-content-default ").parent().find(".lu-alert").show();
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
- //change
|
|
|
|
|
- $(".mg-wrapper").delegate("#additionalDiskSize","change",function (e) {
|
|
|
|
|
- e.preventDefault();
|
|
|
|
|
- var label = $(this).data("label"+$(this).val());
|
|
|
|
|
- $("#additionalDiskSize").html(label);
|
|
|
|
|
- });
|
|
|
|
|
//cpuPriority change
|
|
//cpuPriority change
|
|
|
$(".mg-wrapper").delegate("#cpuPriority","input",function (e) {
|
|
$(".mg-wrapper").delegate("#cpuPriority","input",function (e) {
|
|
|
e.preventDefault();
|
|
e.preventDefault();
|