[PR #1462] [MERGED] Tweak Grid View, Use Memory Limit, not wings reported allocation #1403

Closed
opened 2026-02-05 18:12:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1462
Author: @notAreYouScared
Created: 6/23/2025
Status: Merged
Merged: 6/26/2025
Merged by: @notAreYouScared

Base: mainHead: charles/server-list-change


📝 Commits (3)

  • cae77da reduce some padding, remove background
  • ebea935 Revert memory usage stat to use limit and not actual allocation from wings.
  • 1e2197c phpstan

📊 Changes

3 files changed (+11 additions, -9 deletions)

View changed files

📝 app/Filament/Server/Widgets/ServerOverview.php (+1 -1)
📝 app/Livewire/ServerEntry.php (+1 -1)
📝 resources/views/livewire/server-entry.blade.php (+9 -7)

📄 Description

before:
image
after: Removed background "lighter" color, adding and removed some padding.
image


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

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1462 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/server-list-change` --- ### 📝 Commits (3) - [`cae77da`](https://github.com/pelican-dev/panel/commit/cae77daefc7f42073be42d2010d681d83468246f) reduce some padding, remove background - [`ebea935`](https://github.com/pelican-dev/panel/commit/ebea935b6ff2203879b0ee416780303034c76e75) Revert memory usage stat to use limit and not actual allocation from wings. - [`1e2197c`](https://github.com/pelican-dev/panel/commit/1e2197c3b05ffd24748dac6b00669540c9ee0640) phpstan ### 📊 Changes **3 files changed** (+11 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Widgets/ServerOverview.php` (+1 -1) 📝 `app/Livewire/ServerEntry.php` (+1 -1) 📝 `resources/views/livewire/server-entry.blade.php` (+9 -7) </details> ### 📄 Description before: ![image](https://github.com/user-attachments/assets/7023211e-9454-489e-869c-061cce92aea5) after: Removed background "lighter" color, adding and removed some padding. ![image](https://github.com/user-attachments/assets/d9bb10fc-ed11-4fad-9fe7-836d2c1026b6) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:12:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1403