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 a14230a commit 21308fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions web/src/components/agents/AgentActionMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
</q-item-section>
<q-item-section>Send Command</q-item-section>
</q-item>
<<<<<<< HEAD
=======

>>>>>>> 2c9d413a1a0d4d3715ac77ea408c94d156899e83
<q-item clickable v-ripple v-close-popup @click="showRunScript(agent)">
<q-item-section side>
<q-icon size="xs" name="fas fa-terminal" />
Expand Down Expand Up @@ -194,10 +190,7 @@
</template>

<script>
<<<<<<< HEAD
import axios from "axios";
=======
>>>>>>> 2c9d413a1a0d4d3715ac77ea408c94d156899e83
// composition imports
import { ref, inject } from "vue";
import { useStore } from "vuex";
Expand Down

0 comments on commit 21308fb

Please sign in to comment.