mirror of
https://github.com/brvphoenix/luci-app-wrtbwmon.git
synced 2026-04-27 09:15:52 +03:00
[GH-ISSUE #23] 在最新openwrt中显示问题 #17
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#17
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?
Originally created by @fuqiang03 on GitHub (Jun 16, 2020).
Original GitHub issue: https://github.com/brvphoenix/luci-app-wrtbwmon/issues/23
如图 使用最新的luci编译
n = new form.Map('wrtbwmon', '');
s = n.section(form.NamedSection, 'display', 'luci-app-wrtbwmon', _('Display settings'))
s.addremove = false;
在这行遇到了问题 改了虽然正常显示 不知道是否会有其他问题
@brvphoenix commented on GitHub (Jun 17, 2020):
Have tested that it works well on openwrt snapshot and can‘t verify the issue you mentioned. Besides, The codes you post don't come from the lastest master branch in this repo.
@fuqiang03 commented on GitHub (Jun 17, 2020):
抱歉 貌似弄错了