mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #1027] [MERGED] Add Custom StatBlocks, Add Stats #1122
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/1027
Author: @notAreYouScared
Created: 2/23/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/console-stats📝 Commits (10+)
8cb5699add custom statblockf2000a9add custom datablock1c8ff05Use real values, not placeholdersbde3530More Changes4e73143remove unused varb6f7f57Remove old code9b3934cRemove more215d1fbUpdates5f38210Add LineHeightee9ac24Fix invisible console selection📊 Changes
10 files changed (+181 additions, -31 deletions)
View changed files
➕
app/Filament/Server/Components/SmallStatBlock.php(+48 -0)➕
app/Filament/Server/Components/StatBlock.php(+48 -0)📝
app/Filament/Server/Widgets/ServerCpuChart.php(+1 -4)📝
app/Filament/Server/Widgets/ServerMemoryChart.php(+1 -18)📝
app/Filament/Server/Widgets/ServerOverview.php(+55 -4)📝
app/helpers.php(+1 -1)📝
public/css/filament/server/console.css(+4 -1)📝
resources/views/filament/components/server-console.blade.php(+4 -3)➕
resources/views/filament/components/server-data-block.blade.php(+10 -0)➕
resources/views/filament/components/server-small-data-block.blade.php(+9 -0)📄 Description
Also lowers console font to 14.
After:

Before:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.