mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-03-02 00:02:28 +00:00
agent per site/client permissions initial, uri updates, comp api rework
This commit is contained in:
@@ -92,14 +92,13 @@ export default {
|
||||
async function runTestScript() {
|
||||
loading.value = true;
|
||||
const data = {
|
||||
agent: agent.value,
|
||||
code: props.script.code,
|
||||
timeout: timeout.value,
|
||||
args: args.value,
|
||||
shell: props.script.shell,
|
||||
};
|
||||
|
||||
ret.value = await testScript(data);
|
||||
ret.value = await testScript(agent.value, data);
|
||||
loading.value = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user