diff --git a/src/components/AlertDetail.vue b/src/components/AlertDetail.vue index b9116f99..521f3035 100644 --- a/src/components/AlertDetail.vue +++ b/src/components/AlertDetail.vue @@ -962,7 +962,7 @@ export default { this.$store.dispatch('alerts/getNotes', this.id) }, isOpen(status) { - return status == 'open' || status == 'NORM' + return status == 'open' || status == 'NORM' || status == 'UNACK' || status == 'RTNUN' }, isWatched(tags) { const tag = `watch:${this.username}`