1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

update status

This commit is contained in:
suyuan 2021-06-28 21:53:41 +08:00
parent 4b0ba621c3
commit d8d03b2ca3
17 changed files with 4 additions and 1 deletions

0
luci-app-status/Makefile Executable file → Normal file
View file

View file

View file

Before

Width:  |  Height:  |  Size: 536 B

After

Width:  |  Height:  |  Size: 536 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 575 B

After

Width:  |  Height:  |  Size: 575 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 536 B

After

Width:  |  Height:  |  Size: 536 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 544 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

5
luci-app-status/luasrc/controller/status.lua Executable file → Normal file
View file

@ -295,7 +295,10 @@ function multipath_bandwidth()
local label = s["label"]
local dev = get_device(intname)
if dev == "" then
dev = get_device(s["ifname"])
dev = get_device(s["device"])
if dev == "" then
dev = get_device(s["ifname"])
end
end
local multipath = s["multipath"] or ""
if dev ~= "lo" and dev ~= "" then

0
luci-app-status/luasrc/view/status/server.htm Executable file → Normal file
View file

0
luci-app-status/luasrc/view/status/wanstatus.htm Executable file → Normal file
View file

0
luci-app-status/po/templates/status.pot Executable file → Normal file
View file

0
luci-app-status/po/zh_Hans/status.po Executable file → Normal file
View file

View file

View file