This commit is contained in:
Daniel Barbero Martin 2019-11-20 09:48:35 +01:00
parent 471389a72a
commit 67fb2216d4
1 changed files with 4 additions and 0 deletions

View File

@ -570,6 +570,10 @@ function configure_modules_form() {
$("#command_credential_identifier").val(
data["command_credential_identifier"]
);
if (data["command_os"] == 0 || data["command_os"] == "") {
data["command_os"] = "inherited";
}
$("#command_os").val(data["command_os"]);
}
},