diff --git a/src/components/agents/AgentActionMenu.vue b/src/components/agents/AgentActionMenu.vue index 2a83b768..aee4883a 100644 --- a/src/components/agents/AgentActionMenu.vue +++ b/src/components/agents/AgentActionMenu.vue @@ -182,7 +182,7 @@ Shutdown - + @@ -199,9 +199,9 @@ " > - + - Integrations + Reporting @@ -306,7 +306,7 @@ export default { if (urlActions.value.length === 0) { notifyWarning( - "No URL Actions configured. Go to Settings > Global Settings > URL Actions" + "No URL Actions configured. Go to Settings > Global Settings > URL Actions", ); return; } @@ -372,7 +372,7 @@ export default { notifySuccess( `Maintenance mode was ${ agent.maintenance_mode ? "disabled" : "enabled" - } on ${agent.hostname}` + } on ${agent.hostname}`, ); store.commit("setRefreshSummaryTab", true); refreshDashboard(); @@ -470,7 +470,7 @@ export default { } }); } - + function showPolicyAdd(agent) { $q.dialog({ component: PolicyAdd, @@ -539,7 +539,7 @@ export default { notifySuccess(data); refreshDashboard( false /* clearTreeSelected */, - true /* clearSubTable */ + true /* clearSubTable */, ); } catch (e) { console.error(e);