mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #77] Undefined connection statistics in LuCI #193
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-3ginfo-lite#193
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 @Inlifeuser on GitHub (May 11, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/77
This only appears in last version 1.0.70 (after upgrade from 1.0.69). In previous version 1.0.69 (after downgrade) statistics are displayed correctly.

I also noticed that the format for displaying these statistics in JSON has changed, and it seems that changes to the web interface were missed.
1.0.70:

1.0.69:

@4IceG commented on GitHub (May 11, 2024):
Hi @Inlifeuser ,
Clear your browser cache.
@Inlifeuser commented on GitHub (May 11, 2024):
Before this I also tried to reboot OpenWrt, and it did not help. After clearing the browser cache, statistics are now displayed correctly. Thanks!