mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Status Bar progress is wrong when server has infinite resources in table layout #512
Reference in New Issue
Block a user
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 @Leon-JavaScript on GitHub (Dec 10, 2025).
Originally assigned to: @notAreYouScared on GitHub.
Current Behavior
The status bars in the client area are filled weirdly when the server has an infinite amount of resources. For example, 4% CPU usage is already a yellow bar.
This only appears to be an issue when the dashboard layout is set to
Table.Another screenshot tested on demo:

Expected Behavior
Maybe the node's maximum resource limit could be used if the server has no limit.
Steps to Reproduce
— Set the dashboard layout to
Table— Create a server with unlimited resources (tested with CPU).
— Run the server with a low CPU usage.
Panel Version
1.0.0-beta29
Wings Version
1.0.0-beta20
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Dec 13, 2025):
Thats how it's supposed to work... :P Just missed the logic on the table view.