ref: update visibility logic alert configuration (#13007)

This commit is contained in:
2026-06-11 14:12:53 +08:00
committed by GitHub
parent c846ca3e71
commit 209c126445
@@ -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 },