add report services sla to wizard metaconsole pandora_enterprise#7063

This commit is contained in:
Daniel Barbero Martin 2022-03-22 11:32:44 +01:00
parent cc4f325e3f
commit 2e083c06d7

View File

@ -1040,6 +1040,7 @@ function adjustTextUnits(name) {
"selected",
true
);
$("#" + name + "_units").trigger("change");
$("#text-" + name + "_text").val(restPrev);
unitsSelected = true;
}
@ -1048,7 +1049,9 @@ function adjustTextUnits(name) {
});
if (unitsSelected == false) {
//$("#" + name + "_units option:last").prop("selected", true);
$("#" + name + "_units option:last").prop("selected", true);
$("#" + name + "_units").trigger("change");
$("#text-" + name + "_text").val(restPrev);
}