mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Changed auto-refresh alert icon (#5993)
This commit is contained in:
parent
86435e3561
commit
daa5f162dd
4 changed files with 14 additions and 6 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue