mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
ref: update visibility logic alert configuration (#13007)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user