mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-26 14:22:05 +00:00
add auditing to objects URLAction, KeyStore, CustomFields and also audit when url actions are run
This commit is contained in:
@@ -155,6 +155,7 @@ const agentActionOptions = [
|
||||
{ value: "execute_command", label: "Execute Command" },
|
||||
{ value: "execute_script", label: "Execute Script" },
|
||||
{ value: "remote_session", label: "Remote Session" },
|
||||
{ value: "url_action", label: "URL Action" },
|
||||
];
|
||||
|
||||
const actionOptions = [
|
||||
@@ -181,6 +182,9 @@ const objectOptions = [
|
||||
{ value: "winupdatepolicy", label: "Patch Policy" },
|
||||
{ value: "alerttemplate", label: "Alert Template" },
|
||||
{ value: "role", label: "Role" },
|
||||
{ value: "urlaction", label: "URL Action" },
|
||||
{ value: "keystore", label: "Global Key Store" },
|
||||
{ value: "customfield", label: "Custom Field" },
|
||||
];
|
||||
|
||||
const timeOptions = [
|
||||
|
||||
Reference in New Issue
Block a user