From 209c12644543fba6afbc1a7088df2f7a7d320599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:12:53 +0800 Subject: [PATCH] ref: update visibility logic alert configuration (#13007) --- frontend/src/views/setting/alert/dash/task/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/setting/alert/dash/task/index.vue b/frontend/src/views/setting/alert/dash/task/index.vue index 0818d984d..b2d473a3d 100644 --- a/frontend/src/views/setting/alert/dash/task/index.vue +++ b/frontend/src/views/setting/alert/dash/task/index.vue @@ -598,7 +598,7 @@ const allTaskOptions = [ { value: 'nodeException', label: 'xpack.alert.nodeException', - show: isMaster.value && isProductPro.value && !isEE.value, + show: isMaster.value && isProductPro.value, }, { value: 'cpu', label: 'xpack.alert.cpu', show: true }, { value: 'memory', label: 'xpack.alert.memory', show: true },