console: don't use a direction filter for direction-independent stats

See https://github.com/akvorado/akvorado/discussions/1774
This commit is contained in:
Vincent Bernat
2025-05-23 08:05:02 +02:00
parent 75ccb0b9e7
commit 8ef6fd6c7f

View File

@@ -184,7 +184,7 @@ func (c *Component) widgetTopHandlerFunc(gc *gin.Context) {
}
if strings.HasPrefix(gc.Param("name"), "src-") {
filter = "AND InIfBoundary = 'external'"
} else {
} else if strings.HasPrefix(gc.Param("name"), "dst-") {
filter = "AND OutIfBoundary = 'external'"
}
if groupby == "" {