diff --git a/frontend/public/components/monitoring.tsx b/frontend/public/components/monitoring.tsx index 75ddb7a6866..f7eae1050e5 100644 --- a/frontend/public/components/monitoring.tsx +++ b/frontend/public/components/monitoring.tsx @@ -1011,6 +1011,7 @@ const AlertManagerYAML = () => { const AlertingPage: React.SFC = ({match}) => { const alertPath = '/monitoring/alerts'; const silencePath = '/monitoring/silences'; + const configurationPath = '/monitoring/silences'; const YAMLPath = '/monitoring/alertmanageryaml'; return
@@ -1031,6 +1032,10 @@ const AlertingPage: React.SFC = ({match}) => { className={classNames('co-m-horizontal-nav__menu-item', {'co-m-horizontal-nav-item--active': match.url === silencePath})}> Silences +
  • + Configuration +
  • YAML @@ -1041,6 +1046,7 @@ const AlertingPage: React.SFC = ({match}) => { + ;