[PR #905] [MERGED] Edit Node Listing, Enable Storage Graph #1049

Closed
opened 2026-02-04 19:13:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/905
Author: @notAreYouScared
Created: 1/12/2025
Status: Merged
Merged: 1/13/2025
Merged by: @notAreYouScared

Base: mainHead: charles/editnode


📝 Commits (8)

📊 Changes

8 files changed (+32 additions, -55 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php (+2 -1)
📝 app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php (+0 -21)
📝 app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php (+5 -10)
📝 app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php (+4 -10)
📝 app/Filament/Admin/Resources/NodeResource/Widgets/NodeStorageChart.php (+18 -10)
📝 resources/views/filament/components/node-cpu-chart.blade.php (+1 -1)
📝 resources/views/filament/components/node-memory-chart.blade.php (+1 -1)
📝 resources/views/filament/components/node-storage-chart.blade.php (+1 -1)

📄 Description

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/905 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 1/12/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/editnode` --- ### 📝 Commits (8) - [`c97f31b`](https://github.com/pelican-dev/panel/commit/c97f31bc76e4fcaa52391121ca36b3cace2e46d6) Remove limits in listing - [`6e92d8d`](https://github.com/pelican-dev/panel/commit/6e92d8d2dbab8b7e1e2419dea38bea4db7ec9fc8) Enable Storage Graph - [`1d36023`](https://github.com/pelican-dev/panel/commit/1d360238f194401869ebc7dc7c543fc9587234c6) Wings gives us bytes, use helper function - [`d167f73`](https://github.com/pelican-dev/panel/commit/d167f73abc996e5effd751f3d134f6b28c618f13) Use Node Model - [`be85e72`](https://github.com/pelican-dev/panel/commit/be85e722851cf3a19a28701d1861eac7d0a8d0fa) Remove `?? 0` - [`0e722c7`](https://github.com/pelican-dev/panel/commit/0e722c78a2c6e3a03cb069a6a1fde14c69f2b589) Re-Add `?? 0` remove local - [`3f1cd51`](https://github.com/pelican-dev/panel/commit/3f1cd51ae9752acb12f2425754c06f4859d13ea6) Add Locale on chart - [`0f979b8`](https://github.com/pelican-dev/panel/commit/0f979b8313be2e67d51707aebb5c3fb11684b925) We should convert these too... ### 📊 Changes **8 files changed** (+32 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php` (+2 -1) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php` (+0 -21) 📝 `app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php` (+5 -10) 📝 `app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php` (+4 -10) 📝 `app/Filament/Admin/Resources/NodeResource/Widgets/NodeStorageChart.php` (+18 -10) 📝 `resources/views/filament/components/node-cpu-chart.blade.php` (+1 -1) 📝 `resources/views/filament/components/node-memory-chart.blade.php` (+1 -1) 📝 `resources/views/filament/components/node-storage-chart.blade.php` (+1 -1) </details> ### 📄 Description ![image](https://github.com/user-attachments/assets/c016c32a-f77e-4cdf-8d0e-16634c046aab) --- <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-04 19:13:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1049