From da47d07abba0725ad5997cb0e9979e40289df7f5 Mon Sep 17 00:00:00 2001 From: lan-yonghui Date: Mon, 30 Mar 2026 11:15:03 +0800 Subject: [PATCH] feat: Enhance Bark alert configuration options and visibility --- .../views/cronjob/cronjob/operate/index.vue | 10 ++ .../views/setting/alert/dash/task/index.vue | 3 +- .../src/views/setting/alert/setting/index.vue | 116 ++++++++++-------- .../src/views/toolbox/clam/operate/index.vue | 2 + 4 files changed, 77 insertions(+), 54 deletions(-) diff --git a/frontend/src/views/cronjob/cronjob/operate/index.vue b/frontend/src/views/cronjob/cronjob/operate/index.vue index 9957823fcd6e..1fc943864844 100644 --- a/frontend/src/views/cronjob/cronjob/operate/index.vue +++ b/frontend/src/views/cronjob/cronjob/operate/index.vue @@ -716,6 +716,11 @@ cleanable > + + - + + - -
-
{{ $t('xpack.alert.bark') }}
-
- - {{ $t('commons.button.edit') }} - - - {{ $t('commons.button.delete') }} - -
-
-
{{ $t('xpack.alert.barkConfigHelper') }}
- -
- - - {{ barkConfig.config.displayName }} - - -
- - - {{ barkConfig.config.url }} - - -
-
-
-
-
- - {{ $t('commons.button.create') }} - -
-
+ +
+
{{ $t('xpack.alert.bark') }}
+
+ + {{ $t('commons.button.edit') }} + + + {{ $t('commons.button.delete') }} + +
+
+
{{ $t('xpack.alert.barkConfigHelper') }}
+ +
+ + + {{ barkConfig.config.displayName }} + + +
+ + + + + + +
+
+
+
+
+ + {{ $t('commons.button.create') }} + +
+
({ ...defaultFeiShuConfig }); const weComUrlVisible = ref(false); const dingTalkUrlVisible = ref(false); const feiShuUrlVisible = ref(false); +const barkUrlVisible = ref(false); const config = ref({ id: 0, diff --git a/frontend/src/views/toolbox/clam/operate/index.vue b/frontend/src/views/toolbox/clam/operate/index.vue index 085ee6dbd480..d4f7f292a929 100644 --- a/frontend/src/views/toolbox/clam/operate/index.vue +++ b/frontend/src/views/toolbox/clam/operate/index.vue @@ -154,6 +154,7 @@ cleanable > + +