fix web debuginterface

This commit is contained in:
Duncan Tourolle 2026-05-09 08:40:06 +02:00
parent 9ce581b5ce
commit 011b5eb35f

View File

@ -243,6 +243,7 @@ function update(data) {
links[i].fill_pct = e.fill_pct; links[i].peak_pct = e.peak_pct; 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].pushes = e.pushes; links[i].drops = e.drops;
links[i].overflows = e.overflows; links[i].current = e.current; links[i].overflows = e.overflows; links[i].current = e.current;
links[i].bw_mbs = e.bw_mbs;
}); });
// Re-color // Re-color