Completed exporters interfaces stats page (#9732)

This commit is contained in:
Matteo Biscosi 2025-10-10 18:16:27 +02:00
parent be03bc94f6
commit 234bd13343
9 changed files with 187 additions and 92 deletions

View file

@ -1446,7 +1446,7 @@ local function validateInterfaceRole(m)
-- Dinamically retrieve the roles list in order to not need to modify
-- also this function in case of future changes
for _, info in pairs(roles_list) do
validation_list[#validation_utils + 1] = info.value
validation_list[#validation_list + 1] = info.value
end
return validateChoice(validation_list, m)
end