WebUI: add udp pages
This commit is contained in:
parent
336dd1d5ba
commit
7a5d2a3bd9
23 changed files with 842 additions and 10 deletions
12
pkg/api/testdata/overview-dynamic.json
vendored
12
pkg/api/testdata/overview-dynamic.json
vendored
|
@ -32,5 +32,17 @@
|
|||
"total": 3,
|
||||
"warnings": 1
|
||||
}
|
||||
},
|
||||
"udp": {
|
||||
"routers": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
},
|
||||
"services": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
}
|
||||
}
|
||||
}
|
12
pkg/api/testdata/overview-empty.json
vendored
12
pkg/api/testdata/overview-empty.json
vendored
|
@ -32,5 +32,17 @@
|
|||
"total": 0,
|
||||
"warnings": 0
|
||||
}
|
||||
},
|
||||
"udp": {
|
||||
"routers": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
},
|
||||
"services": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
}
|
||||
}
|
||||
}
|
12
pkg/api/testdata/overview-features.json
vendored
12
pkg/api/testdata/overview-features.json
vendored
|
@ -32,5 +32,17 @@
|
|||
"total": 0,
|
||||
"warnings": 0
|
||||
}
|
||||
},
|
||||
"udp": {
|
||||
"routers": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
},
|
||||
"services": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
}
|
||||
}
|
||||
}
|
12
pkg/api/testdata/overview-providers.json
vendored
12
pkg/api/testdata/overview-providers.json
vendored
|
@ -41,5 +41,17 @@
|
|||
"total": 0,
|
||||
"warnings": 0
|
||||
}
|
||||
},
|
||||
"udp": {
|
||||
"routers": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
},
|
||||
"services": {
|
||||
"errors": 0,
|
||||
"total": 0,
|
||||
"warnings": 0
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue