web: support sudp in dashboard (#2385)

This commit is contained in:
fatedier
2021-05-11 13:37:14 +08:00
committed by GitHub
parent 0d84da91d4
commit 630dad50ed
15 changed files with 168 additions and 46 deletions

View File

@@ -53,6 +53,9 @@
for (let s of json.stcp) {
this.status.push(s)
}
for (let s of json.sudp) {
this.status.push(s)
}
for (let s of json.xtcp) {
this.status.push(s)
}