mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix
This commit is contained in:
parent
471389a72a
commit
67fb2216d4
@ -570,6 +570,10 @@ function configure_modules_form() {
|
|||||||
$("#command_credential_identifier").val(
|
$("#command_credential_identifier").val(
|
||||||
data["command_credential_identifier"]
|
data["command_credential_identifier"]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (data["command_os"] == 0 || data["command_os"] == "") {
|
||||||
|
data["command_os"] = "inherited";
|
||||||
|
}
|
||||||
$("#command_os").val(data["command_os"]);
|
$("#command_os").val(data["command_os"]);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user