feat(better-stack): add acknowledge incident action

This commit is contained in:
Rıdvan Akca
2023-12-07 17:06:04 +03:00
parent 8a8be21d56
commit 77f84944c7
6 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/better-stack.svg
items:
- name: Acknowledge incident
desc: Acknowledges an incident.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />