mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Moved qoe score to enterprise L version
This commit is contained in:
parent
a1d70927eb
commit
93d7557daf
3 changed files with 3 additions and 3 deletions
|
|
@ -995,7 +995,7 @@ function tag_utils.get_tag_info(id, entity, hide_exporters_name, restrict_filter
|
|||
end
|
||||
filter.value_type = 'array'
|
||||
filter.options = {}
|
||||
for _, info in ipairs(getPossibleQoE()) do
|
||||
for _, info in pairsByKeys(getPossibleQoE(), asc) do
|
||||
filter.options[#filter.options + 1] = {
|
||||
value = info.value,
|
||||
label = i18n(info.i18n_label),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue