mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1253] [MERGED] Fix storage graph not rendering correctly #1281
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1253
Author: @LetterN
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @rmartinoscar
Base:
main← Head:patch-1📝 Commits (3)
d3c64eduse round instead ofNumber::format64cb0a3remove unused58955a8also replaceNumber::formatin cpu & memory charts📊 Changes
3 files changed (+4 additions, -5 deletions)
View changed files
📝
app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php(+1 -1)📝
app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php(+1 -1)📝
app/Filament/Admin/Resources/NodeResource/Widgets/NodeStorageChart.php(+2 -3)📄 Description
Use round instead of
Number::formatsince that adds a comma once it reaches 1k which breaks chartjs render.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.