From a9f30e9f5f5e21fe3d9ff5cf51bdecabe2ed74cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:55:05 +0800 Subject: [PATCH] feat: Enhance Bark alert configuration options and visibility (#12362) --- .../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 9957823fc..1fc943864 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 }} + + + + + + + {{ barkConfig.config.url }} + + + + + **************** + + + + + + + + + + + + {{ $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 085ee6dbd..d4f7f292a 100644 --- a/frontend/src/views/toolbox/clam/operate/index.vue +++ b/frontend/src/views/toolbox/clam/operate/index.vue @@ -154,6 +154,7 @@ cleanable > + +