Status Bar progress is wrong when server has infinite resources in table layout #512

Closed
opened 2026-02-05 17:41:59 +03:00 by OVERLORD · 1 comment
Owner

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.

Image Image

Another screenshot tested on demo:
Image

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?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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`. <img width="1841" height="111" alt="Image" src="https://github.com/user-attachments/assets/91387655-e20d-4ea6-9351-b92cf5a37f77" /> <img width="1842" height="109" alt="Image" src="https://github.com/user-attachments/assets/974af480-67b9-4885-915a-756f709e213e" /> Another screenshot tested on demo: <img width="1846" height="126" alt="Image" src="https://github.com/user-attachments/assets/f6ede2c1-02e8-4f6c-bbfe-a4a3a6c2ac82" /> ### 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? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@notAreYouScared commented on GitHub (Dec 13, 2025):

Expected Behavior

Maybe the node's maximum resource limit could be used if the server has no limit.

Thats how it's supposed to work... :P Just missed the logic on the table view.

@notAreYouScared commented on GitHub (Dec 13, 2025): > ### Expected Behavior > Maybe the node's maximum resource limit could be used if the server has no limit. Thats how it's supposed to work... :P Just missed the logic on the table view.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#512