feat(api): consume Alertmanager cluster id in the UI

This commit is contained in:
Łukasz Mierzwa
2018-12-01 09:57:59 +00:00
parent 0d68ea4c3c
commit 3a905b748e
5 changed files with 9 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ const APISilence = PropTypes.exact({
const APIAlertmanagerUpstream = PropTypes.exact({
name: PropTypes.string.isRequired,
cluster: PropTypes.string.isRequired,
uri: PropTypes.string.isRequired,
publicURI: PropTypes.string.isRequired,
error: PropTypes.string.isRequired,