Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
subzdev committed Jan 7, 2022
1 parent 2743383 commit a14230a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions web/src/components/agents/AgentActionMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ export default {
}
});
}
<<<<<<< HEAD
function getAgentIntegrations(agent) {
axios
.get("agents/" + props.agent.agent_id + "/")
Expand Down Expand Up @@ -491,28 +490,19 @@ export default {
console.log(e)
});
}
=======
>>>>>>> 2c9d413a1a0d4d3715ac77ea408c94d156899e83
return {
// reactive data
urlActions,
favoriteScripts,
<<<<<<< HEAD
=======
>>>>>>> 2c9d413a1a0d4d3715ac77ea408c94d156899e83
// methods
showEditAgent,
showPendingActionsModal,
runTakeControl,
runRemoteBackground,
getURLActions,
runURLAction,
<<<<<<< HEAD
getAgentIntegrations,
=======
>>>>>>> 2c9d413a1a0d4d3715ac77ea408c94d156899e83
showSendCommand,
showRunScript,
getFavoriteScripts,
Expand Down

0 comments on commit a14230a

Please sign in to comment.