mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix legend on multipath bandwidth graph
This commit is contained in:
parent
86d725b868
commit
9011578db9
1 changed files with 2 additions and 2 deletions
|
@ -238,8 +238,8 @@
|
||||||
labelup_25.parentNode.appendChild(textup);
|
labelup_25.parentNode.appendChild(textup);
|
||||||
}
|
}
|
||||||
|
|
||||||
labeldn_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', 3, data_wanted / 60);
|
labeldn_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', 4, data_wanted / 60);
|
||||||
labelup_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', 3, data_wanted / 60);
|
labelup_scale.innerHTML = String.format('<%:(%d minutes window, %d seconds interval)%>', 4, data_wanted / 60);
|
||||||
|
|
||||||
/* render datasets, start update interval */
|
/* render datasets, start update interval */
|
||||||
XHR.poll(3, '<%=build_url(bandwidthtotalurl, all)%>', null,
|
XHR.poll(3, '<%=build_url(bandwidthtotalurl, all)%>', null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue