From ef3b593fb536b72f674e114aaa2026442b832cbf Mon Sep 17 00:00:00 2001 From: sbgap Date: Thu, 4 Jul 2024 15:32:53 +0200 Subject: [PATCH] feat: add bulk activate and bulk deactivate of notification_rules --- src/components/NotificationRuleList.vue | 198 +++++++++++++++++++- src/store/modules/notificationRule.store.ts | 7 + 2 files changed, 203 insertions(+), 2 deletions(-) diff --git a/src/components/NotificationRuleList.vue b/src/components/NotificationRuleList.vue index 04fae056..a164ead8 100644 --- a/src/components/NotificationRuleList.vue +++ b/src/components/NotificationRuleList.vue @@ -92,6 +92,88 @@ + + + + + + + Active + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('Cancel') }} + + + {{ $t('Save') }} + + + + + {{ $t('notificationRules') }} + + {{ selected.length }} {{ $t('selected') }} + + + + + + check + + + {{ $t('Activate') }} + + + + + highlight_off + + + {{ $t('Deactivate') }} + +