console/frontend: use configured dimensions limit for “Visualize” tab

This commit is contained in:
Vincent Bernat
2022-11-15 12:17:02 +01:00
parent f29caba4be
commit ec41da67c0
5 changed files with 13 additions and 6 deletions

View File

@@ -26,7 +26,8 @@ func TestConfigHandler(t *testing.T) {
"filter": "InIfBoundary = external",
"dimensions": []string{"SrcAS"},
},
"topWidgets": []string{"src-as", "src-port", "protocol", "src-country", "etype"},
"dimensionsLimit": 50,
"homepageTopWidgets": []string{"src-as", "src-port", "protocol", "src-country", "etype"},
},
},
})