fix web debuginterface
This commit is contained in:
parent
9ce581b5ce
commit
011b5eb35f
@ -243,6 +243,7 @@ function update(data) {
|
||||
links[i].fill_pct = e.fill_pct; links[i].peak_pct = e.peak_pct;
|
||||
links[i].pushes = e.pushes; links[i].drops = e.drops;
|
||||
links[i].overflows = e.overflows; links[i].current = e.current;
|
||||
links[i].bw_mbs = e.bw_mbs;
|
||||
});
|
||||
|
||||
// Re-color
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user