sort by port #949

This commit is contained in:
jokob-sk
2025-01-11 07:51:43 +11:00
parent 16d06e8a74
commit ea2e8459b5
2 changed files with 58 additions and 10 deletions

View File

@@ -493,6 +493,34 @@
"string": "UI theme to use. System will auto switch between Light and Dark."
}
]
},
{
"function": "TOPOLOGY_SORT",
"type": {
"dataType": "array",
"elements": [
{
"elementType": "select",
"elementOptions": [{ "multiple": "false", "orderable": "false" }],
"transformers": []
}
]
},
"default_value": "Name",
"options": ["Name","Port"],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "Sort by in Network"
}
],
"description": [
{
"language_code": "en_us",
"string": "Based on which value should the network topology view be ordered."
}
]
}
]
}