forked from SW/traefik
Manage status for TCP element in the endpoint overview.
This commit is contained in:
committed by
Traefiker Bot
parent
75aedc8e94
commit
68c349bbfa
12
pkg/api/testdata/overview-dynamic.json
vendored
12
pkg/api/testdata/overview-dynamic.json
vendored
@@ -23,14 +23,14 @@
|
||||
},
|
||||
"tcp": {
|
||||
"routers": {
|
||||
"errors": 0,
|
||||
"total": 2,
|
||||
"warnings": 0
|
||||
"errors": 1,
|
||||
"total": 3,
|
||||
"warnings": 1
|
||||
},
|
||||
"services": {
|
||||
"errors": 0,
|
||||
"total": 1,
|
||||
"warnings": 0
|
||||
"errors": 1,
|
||||
"total": 3,
|
||||
"warnings": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user