mirror of
https://github.com/brvphoenix/luci-app-wrtbwmon.git
synced 2026-04-27 17:25:55 +03:00
[PR #71] [MERGED] Fix IEC (1024) formatting (double i was being added) #79
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#79
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/71
Author: @Quphoria
Created: 10/29/2023
Status: ✅ Merged
Merged: 10/30/2023
Merged by: @brvphoenix
Base:
master← Head:patch-1📝 Commits (1)
2f287c5Fix IEC (1024) formatting (double i was being added📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
luci-app-wrtbwmon/htdocs/luci-static/resources/view/wrtbwmon/details.js(+2 -2)📄 Description
The javascript String.format function, automatically detects that IEC (1024) is being used as a multiple, and adds the "i" for Kibi, Mibi, etc. So the code removed would have added an extra "i" making it KiiB, MiiB, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.