Skip to content

Commit

Permalink
Fixes incorrect ordering to snmp interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoBiscosi committed Sep 19, 2024
1 parent 6bc1faa commit 0af4cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lua/modules/tag_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ function tag_utils.get_tag_info(id, entity, hide_exporters_name, restrict_filter
if not hide_exporters_name then
label = exporter_ip .. ' · ' .. label
end
interfaces_list[label] = {
interfaces_list[tostring(label)] = {
value = exporter_ip .. "_" .. interface_id,
label = label,
show_only_value = exporter_ip
Expand Down

0 comments on commit 0af4cc4

Please sign in to comment.