[PR #1708] [MERGED] Fix powerActions visible while loading #1531

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1708
Author: @rmartinoscar
Created: 9/15/2025
Status: Merged
Merged: 9/18/2025
Merged by: @rmartinoscar

Base: mainHead: fix/powerActionGroup


📝 Commits (3)

  • bd95230 Fix powerActions visible while loading
  • cb42222 Merge branch 'main' into fix/powerActionGroup
  • dce2f71 use ActionGroup for Console

📊 Changes

3 files changed (+73 additions, -66 deletions)

View changed files

📝 app/Filament/App/Resources/Servers/Pages/ListServers.php (+18 -22)
📝 app/Filament/Server/Pages/Console.php (+45 -38)
📝 resources/views/livewire/server-entry.blade.php (+10 -6)

📄 Description

Closes: #1709
Grid
image
image

Table
image
image

  • Both views use ActionGroup
  • Use translation for 'Power Actions'

🔄 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/1708 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/18/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/powerActionGroup` --- ### 📝 Commits (3) - [`bd95230`](https://github.com/pelican-dev/panel/commit/bd952304ca12510a268673fa7740a9db063a52d4) Fix powerActions visible while loading - [`cb42222`](https://github.com/pelican-dev/panel/commit/cb422227f0a877a64869d7068f158c3f228268f2) Merge branch 'main' into fix/powerActionGroup - [`dce2f71`](https://github.com/pelican-dev/panel/commit/dce2f71ad8f88891c6c7569e6bf291b19186535f) use ActionGroup for Console ### 📊 Changes **3 files changed** (+73 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/App/Resources/Servers/Pages/ListServers.php` (+18 -22) 📝 `app/Filament/Server/Pages/Console.php` (+45 -38) 📝 `resources/views/livewire/server-entry.blade.php` (+10 -6) </details> ### 📄 Description Closes: #1709 Grid <img width="633" height="155" alt="image" src="https://github.com/user-attachments/assets/a16bdf96-1f68-45bc-b09a-ffbb1edd4eb2" /> <img width="634" height="152" alt="image" src="https://github.com/user-attachments/assets/70c0f1f2-ee71-4495-b2db-4f767e16ae45" /> Table <img width="1319" height="144" alt="image" src="https://github.com/user-attachments/assets/e396c35f-d04c-4663-b3ed-1f97719d9014" /> <img width="1320" height="163" alt="image" src="https://github.com/user-attachments/assets/0c4d8aeb-06af-46dd-a622-7f9d6dde8546" /> - Both views use ActionGroup - Use translation for 'Power Actions' --- <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:54:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1531