mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 06:45:45 +01:00
* Set spellcheck=false attribute on silence filter <input>. This hints to iOS Safari and other browsers that they shouldn't use spellcheck, but, more importantly, shouldn't use smart quotes (like “this” instead of "this"). This matters here because Alertmanager requires quotes for a filter but won't accept smart quotes, making it tedious since the default input keyboard will normally use them automatically. Signed-off-by: David Symonds <dsymonds@gmail.com> Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com> * run `make assets` Closes: #3529 Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com> --------- Signed-off-by: David Symonds <dsymonds@gmail.com> Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com> Co-authored-by: David Symonds <dsymonds@gmail.com>