Display a list of unique handlers instead of all handlers for an alert rule on the list page
parent
2a21a31d68
commit
ceb9969ea5
|
@ -31,5 +31,6 @@ export const getAlertNodeList = rule => {
|
|||
},
|
||||
[]
|
||||
)
|
||||
return _.join(nodeList, ', ')
|
||||
const uniqNodeList = _.uniq(nodeList)
|
||||
return _.join(uniqNodeList, ', ')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue