mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
parent
f8488a1286
commit
b89d962366
3 changed files with 48 additions and 34 deletions
|
@ -61,7 +61,7 @@ onMounted(() => {
|
|||
disk_io_analytic[0].data = disk_io_analytic[0].data.concat(r.disk_io.writes)
|
||||
disk_io_analytic[1].data = disk_io_analytic[1].data.concat(r.disk_io.reads)
|
||||
|
||||
websocket = ws('api/analytic')
|
||||
websocket = ws('/api/analytic')
|
||||
websocket.onmessage = wsOnMessage
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue