mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
feat(ui): silence match preview should use selected Alertmanagers
Counter should use selected Alertmanager instances, rather than match all alerts from all instances
This commit is contained in:
@@ -141,6 +141,7 @@ const SilenceForm = observer(
|
||||
{silenceFormStore.data.matchers.map(matcher => (
|
||||
<SilenceMatch
|
||||
key={matcher.id}
|
||||
silenceFormStore={silenceFormStore}
|
||||
matcher={matcher}
|
||||
onDelete={() => {
|
||||
silenceFormStore.data.deleteMatcher(matcher.id);
|
||||
|
||||
Reference in New Issue
Block a user