mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console: don't use a direction filter for direction-independent stats
See https://github.com/akvorado/akvorado/discussions/1774
This commit is contained in:
@@ -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 == "" {
|
||||
|
||||
Reference in New Issue
Block a user