From bfa15793668c94d7bfa040d1e75727092d33d381 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Fri, 5 Nov 2021 21:15:59 +0000 Subject: [PATCH] fix url action for agents --- src/components/AgentTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AgentTable.vue b/src/components/AgentTable.vue index ebbcb60..e839014 100644 --- a/src/components/AgentTable.vue +++ b/src/components/AgentTable.vue @@ -126,7 +126,7 @@ dense clickable v-close-popup - @click="runURLAction(props.row.id, action.id)" + @click="runURLAction(props.row.agent_id, action.id)" > {{ action.name }}