mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #832] [MERGED] Fix wrong language formatting in charts #999
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/832
Author: @Boy132
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/17/2024
Merged by: @Boy132
Base:
main← Head:fix/server-charts-formatting📝 Commits (1)
bdc19fbfix wrong language formatting in charts📊 Changes
4 files changed (+12 additions, -8 deletions)
View changed files
📝
app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php(+3 -2)📝
app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php(+3 -2)📝
app/Filament/Server/Widgets/ServerCpuChart.php(+3 -2)📝
app/Filament/Server/Widgets/ServerMemoryChart.php(+3 -2)📄 Description
Set the locale in the chart itself rather than formatting the values in the user locale.
(ref "Stats not working after upgrade" on Discord)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.