alertmanager/ui
Christian Hoffmann 0e63715b23 UI: Fix JavaScript error in MSIE due to endswith() usage (#1172)
* index: avoid endswith() for MSIE compatibility

MSIE does not support endswith() [1]. substr() can
be used to work around this limitation.

[1] https://docs.microsoft.com/en-us/scripting/javascript/reference/endswith-method-string-javascript

* index: clean up comment

* ui: update bindata
2018-01-02 14:25:54 +01:00
..
app UI: Fix JavaScript error in MSIE due to endswith() usage (#1172) 2018-01-02 14:25:54 +01:00
bindata.go UI: Fix JavaScript error in MSIE due to endswith() usage (#1172) 2018-01-02 14:25:54 +01:00
Dockerfile Fix external web url (#836) 2017-06-07 22:38:39 +02:00
web.go Use elm reactor for dev assets (#1133) 2017-12-10 21:59:15 +01:00