From f3a3be81915d6b71dc26327c1f57db0cf870e6e4 Mon Sep 17 00:00:00 2001 From: Max Leonard Inden Date: Fri, 21 Apr 2017 16:00:15 +0200 Subject: [PATCH] Update template/internal/deftmpl/bindata.go & ui/bindata.go Additionaly linting AlertList/Types.elm --- ui/app/src/Views/AlertList/Types.elm | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/src/Views/AlertList/Types.elm b/ui/app/src/Views/AlertList/Types.elm index f05210f0..32bfa6aa 100644 --- a/ui/app/src/Views/AlertList/Types.elm +++ b/ui/app/src/Views/AlertList/Types.elm @@ -22,6 +22,7 @@ holds down backspace to remove the text in the input, they won't accidentally ho backspace too long and then delete the preceding matcher as well. So, once a user holds backspace to clear an input, they have to then lift up the key and press it again to proceed to deleting the next matcher. + -} type alias Model = { alertGroups : ApiData (List AlertGroup)