diff --git a/src/components/NotificationRuleList.vue b/src/components/NotificationRuleList.vue index a7153de1..1c13b4b5 100644 --- a/src/components/NotificationRuleList.vue +++ b/src/components/NotificationRuleList.vue @@ -497,61 +497,165 @@ - - - + + + + + + + + + + + + + delete + + + + + + + + - - - + + + + + + + + + + + + + delete + + + + + + + + @@ -826,28 +930,88 @@ {{ props.item.event }} {{ props.item.group }} - - - label - {{ tag }} - +
+ + + + AND: + + {{ t }} + + + + OR: + + {{ t }} + + + + + +
- - - label - {{ tag }} - +
+ + + + AND: + + {{ t }} + + + + OR: + + {{ t }} + + + + + +
{{ props.item.user }} @@ -1026,7 +1190,6 @@ export default { resource: null, event: null, group: null, - tags: [], excludedTags: [], period: { startTime: '', @@ -1037,7 +1200,8 @@ export default { text: '', days: [], triggers: [], - channelId: null + channelId: null, + tags: [] }, rules: { required: v => !!v || i18n.t('Required')