Changed auto-refresh alert icon (#5993)

This commit is contained in:
MatteoBiscosi 2021-10-20 15:52:18 +02:00
parent 86435e3561
commit daa5f162dd
4 changed files with 14 additions and 6 deletions

View file

@ -521,7 +521,7 @@ end
local checkbox_checked = ""
if refresh_rate and refresh_rate > 0 then
checkbox_checked = "checked"
checkbox_checked = "fa-spin"
end
local context = {
@ -545,6 +545,7 @@ local context = {
defined_tags = defined_tags[page],
values = initial_tags,
i18n = {
auto_refresh_descr = i18n("auto_refresh_descr"),
enable_auto_refresh = auto_refresh_text,
alert_id = i18n("tags.alert_id"),
severity = i18n("tags.severity"),