Moved qoe score to enterprise L version

This commit is contained in:
Matteo Biscosi 2025-02-25 14:06:33 +01:00
parent a1d70927eb
commit 93d7557daf
3 changed files with 3 additions and 3 deletions

View file

@ -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),