Add frontend support to call infrestructure aggregator

This commit is contained in:
Alfredo Cardigliano 2025-01-15 10:21:17 +01:00
parent bf6d02902d
commit 2a831a5d5d
10 changed files with 28 additions and 19 deletions

View file

@ -1843,6 +1843,7 @@ local known_parameters = {
["tab"] = validateSingleWord, -- Currently active tab, handled by javascript
["template"] = validateSingleWord, -- Currently selected template
["template_name"] = validateUnquoted,
["endpoint"] = validateSingleWord,
["component"] = validateSingleWord,
["component_title"] = validateUnquoted,
["component_width"] = validateNumber,