[PR #1134] [MERGED] Add Server ForceDelete #1200

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1134
Author: @rmartinoscar
Created: 3/20/2025
Status: Merged
Merged: 3/24/2025
Merged by: @notAreYouScared

Base: mainHead: add/ServerForceDelete


📝 Commits (1)

📊 Changes

2 files changed (+40 additions, -4 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+38 -4)
📝 lang/en/admin/server.php (+2 -0)

📄 Description

image
image
image

i had to use cache instead of a class attribute otherwise the ForceDelete action is only visible for a second.


🔄 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/1134 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `add/ServerForceDelete` --- ### 📝 Commits (1) - [`0ddb956`](https://github.com/pelican-dev/panel/commit/0ddb9561f38c492d27390a1c036ac33cfef243e4) Add `Server` `ForceDelete` ### 📊 Changes **2 files changed** (+40 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+38 -4) 📝 `lang/en/admin/server.php` (+2 -0) </details> ### 📄 Description ![image](https://github.com/user-attachments/assets/840f24a3-93fe-46a5-b50c-007de7d2179c) ![image](https://github.com/user-attachments/assets/0c5806b7-3ccd-4418-8352-b9628ce9625e) ![image](https://github.com/user-attachments/assets/527c30bc-cc06-4a40-a562-700b367ae469) i had to use `cache` instead of a `class attribute` otherwise the `ForceDelete` action is only visible for a second. --- <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:06:48 +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#1200