diff --git a/frontend/src/views/setting/alert/dash/task/index.vue b/frontend/src/views/setting/alert/dash/task/index.vue index 57b213b7c..81954818d 100644 --- a/frontend/src/views/setting/alert/dash/task/index.vue +++ b/frontend/src/views/setting/alert/dash/task/index.vue @@ -275,15 +275,15 @@ class="flex items-center flex-row md:flex-nowrap sm:flex-nowrap flex-wrap justify-between gap-2 w-full" > - - + + {{ $t('xpack.alert.loginFail') }} - + @@ -597,7 +597,7 @@ const allTaskOptions = [ { value: 'nodeException', label: 'xpack.alert.nodeException', - show: isMaster.value && isProductPro.value, + show: isMaster.value && isProductPro.value && !isEE.value, }, { value: 'cpu', label: 'xpack.alert.cpu', show: true }, { value: 'memory', label: 'xpack.alert.memory', show: true },