mirror of
https://github.com/brvphoenix/luci-app-wrtbwmon.git
synced 2026-04-27 09:15:52 +03:00
[PR #20] [MERGED] Fixed DHCP Hostnames and Better Bandwidth Controls #57
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#57
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/20
Author: @Quphoria
Created: 6/3/2020
Status: ✅ Merged
Merged: 6/14/2020
Merged by: @brvphoenix
Base:
master← Head:master📝 Commits (6)
441b0a8Fixed DHCP Hostnames and Better Bandwidth Controls26e6af5Added the option to use the dsl modem bandwidth2ae1a98Use the more common SI units for data sizes187c08cUse a seperate config for display settingse707c5bOnly check the config when the page loadsb9cf080Fix speed calculations📊 Changes
3 files changed (+192 additions, -60 deletions)
View changed files
📝
luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/config.js(+24 -2)📝
luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/details.js(+166 -56)📝
luci-app-wrtbwmon/root/usr/share/rpcd/acl.d/luci-app-wrtbwmon.json(+2 -2)📄 Description
The rpc call returns uppercase mac addresses, I have now made it return lowercase mac addresses which also allows uppercase mac addresses in the user file
I have also changed the bandwidth control into a config with seperate upstream/downstream values
I have also added an option to view speeds in bits/second instead of bytes for people who prefer to see it that way
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.