mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-19 12:40:49 +00:00
Re-add "New Silence" button
Got deleted at some point. Oops.
This commit is contained in:
parent
90fc6f55dc
commit
812588a61c
@ -37,6 +37,7 @@ silences silences filter =
|
||||
div []
|
||||
[ Html.map ForParent (textField "Filter" filterText (UpdateFilter filter))
|
||||
, a [ class "f6 link br2 ba ph3 pv2 mr2 dib blue", onClick (ForSelf FilterSilences) ] [ text "Filter Silences" ]
|
||||
, a [ class "f6 link br2 ba ph3 pv2 mr2 dib blue", href "#/silences/new" ] [ text "New Silence" ]
|
||||
, html
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user