mirror of
https://github.com/brvphoenix/luci-app-wrtbwmon.git
synced 2026-04-27 09:15:52 +03:00
[PR #70] [MERGED] Fix percentage calculation #77
Labels
No labels
Can't reproduce
WaitingInfo
bug
compatibility
duplicate
invalid
no-issue-activity
not a bug
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-wrtbwmon-brvphoenix#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/brvphoenix/luci-app-wrtbwmon/pull/70
Author: @Quphoria
Created: 10/28/2023
Status: ✅ Merged
Merged: 10/29/2023
Merged by: @brvphoenix
Base:
master← Head:patch-1📝 Commits (2)
a35a9a8Fix percentage calculation43b467dUpdate details.js📊 Changes
1 file changed (+3 additions, -6 deletions)
View changed files
📝
luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/details.js(+3 -6)📄 Description
m is in Mbits/s, v is in bytes/s
m was getting converted to bytes/s when useBits was false, however, it wasn't when useBits was true, meaning all percentages were 1/8th what they should be
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.