mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
fixed missing details in routes/table/.../filtered output
This commit is contained in:
parent
7f1eb5a0e4
commit
8dd9d81592
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ func RoutesTable(useCache bool, table string) (Parsed, bool) {
|
|||
|
||||
func RoutesTableFiltered(useCache bool, table string) (Parsed, bool) {
|
||||
table = remapTable(table)
|
||||
cmd := routesQuery("table '" + table + "' filtered")
|
||||
cmd := routesQuery("table '" + table + "' all filtered")
|
||||
return RunAndParse(
|
||||
useCache,
|
||||
GetCacheKey("RoutesTableFiltered", table),
|
||||
|
|
Loading…
Add table
Reference in a new issue