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:
Łukasz Mierzwa
2018-10-06 13:34:37 +01:00
parent 57017fa7b9
commit 8b8a7fb813
8 changed files with 124 additions and 20 deletions

View File

@@ -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);