[PR #1023] [MERGED] Enhance Node health column #1120

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1023
Author: @rmartinoscar
Created: 2/22/2025
Status: Merged
Merged: 2/22/2025
Merged by: @rmartinoscar

Base: mainHead: fix/NodeHealthColumn


📝 Commits (5)

  • 21c2fda Make sure we are talking to a Pelican Wings instance
  • e97d1f5 Refactor NodeSystemInformation
  • f01d27c Remove leftover Component
  • 3c642ac You need those for it to be Lazy
  • 4bf9a39 Enforce matching token_id

📊 Changes

4 files changed (+44 additions, -29 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php (+1 -1)
📝 app/Filament/Components/Tables/Columns/NodeHealthColumn.php (+2 -0)
📝 app/Repositories/Daemon/DaemonConfigurationRepository.php (+16 -1)
📝 resources/views/livewire/node-system-information.blade.php (+25 -27)

📄 Description

Make sure we are talking to wings using UserAgent. (Requires https://github.com/pelican-dev/wings/pull/73)
Rework blade
Animate pulse heartbeat

https://github.com/user-attachments/assets/cb1385aa-69f8-4aa0-9aa4-9262c19b64a8


🔄 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/1023 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/22/2025 **Status:** ✅ Merged **Merged:** 2/22/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/NodeHealthColumn` --- ### 📝 Commits (5) - [`21c2fda`](https://github.com/pelican-dev/panel/commit/21c2fda60fc953132d844e9d442c0470df1b262a) Make sure we are talking to a `Pelican Wings` instance - [`e97d1f5`](https://github.com/pelican-dev/panel/commit/e97d1f550b0dd309bcc6bfffac9d9ba9055892d0) Refactor `NodeSystemInformation` - [`f01d27c`](https://github.com/pelican-dev/panel/commit/f01d27cbfe06042ac02c6714ef7e46bf117de3a2) Remove leftover Component - [`3c642ac`](https://github.com/pelican-dev/panel/commit/3c642ac6987cf31635be11aadc1293a4d5b2d124) You need those for it to be Lazy - [`4bf9a39`](https://github.com/pelican-dev/panel/commit/4bf9a39fae25cfaa923669c6d680bf59db39ef12) Enforce matching `token_id` ### 📊 Changes **4 files changed** (+44 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php` (+1 -1) 📝 `app/Filament/Components/Tables/Columns/NodeHealthColumn.php` (+2 -0) 📝 `app/Repositories/Daemon/DaemonConfigurationRepository.php` (+16 -1) 📝 `resources/views/livewire/node-system-information.blade.php` (+25 -27) </details> ### 📄 Description Make sure we are talking to wings using UserAgent. (Requires https://github.com/pelican-dev/wings/pull/73) Rework blade Animate pulse heartbeat https://github.com/user-attachments/assets/cb1385aa-69f8-4aa0-9aa4-9262c19b64a8 --- <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:19: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#1120