Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luci-mod-dashboard: RSSI bigger than 100% layout blow up #7594

Open
1 task done
webysther opened this issue Jan 30, 2025 · 2 comments
Open
1 task done

luci-mod-dashboard: RSSI bigger than 100% layout blow up #7594

webysther opened this issue Jan 30, 2025 · 2 comments

Comments

@webysther
Copy link

webysther commented Jan 30, 2025

Is there an existing issue for this?

  • I have searched among all existing issues (including closed issues)

screenshots or captures

Image

Actual behaviour

The bar blow up when the RSSI is bigger than 100%

Expected behaviour

The get filled if RSSI >= 100%

Steps to reproduce

N/A

Additional Information

{
"kernel": "5.15.167",
"hostname": "plsi11",
"system": "MediaTek MT7621 ver:1 eco:3",
"model": "Xiaomi Mi Router 4A Gigabit Edition v2",
"board_name": "xiaomi,mi-router-4a-gigabit-v2",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "ramips/mt7621",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}

What browsers do you see the problem on?

Chrome 132
Microsoft Edge 132

Relevant log output

@systemcrash
Copy link
Contributor

I think those RSSI values are just misinterpreted values, somehow SSID was skipped. So the table values are misaligned. Do your SSID have unusual characters in the names?

@webysther
Copy link
Author

webysther commented Jan 30, 2025

I think those RSSI values are just misinterpreted values, somehow SSID was skipped. So the table values are misaligned. Do your SSID have unusual characters in the names?

SSID is working is the align of the table make you believe is empty. The second red column is the SSID. The RSSI come from the server with the value, if check on front to round to 100% when is bigger I think this fixes the visual part of the problem. Another point is discovery why the data is bigger than 100%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants