[PR #1119] [MERGED] Add UI for server transfers #1186

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1119
Author: @Boy132
Created: 3/18/2025
Status: Merged
Merged: 3/24/2025
Merged by: @notAreYouScared

Base: mainHead: boy132/server-transfer-ui


📝 Commits (2)

  • 70e2cda add ui for server transfers
  • d9c8ecd disable transfer button when server is in conflict state

📊 Changes

2 files changed (+47 additions, -25 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+46 -24)
📝 lang/en/admin/server.php (+1 -1)

📄 Description

Closes #289

Allocations probably need more validation but for now I think it's fine.
In the future we should replace the Selects with a Repeater that shows all old allocations and options to "connect" them to new allocations.

Note: I have only tested the UI itself, not the actual transfer because I don't have a setup with more than one node.


🔄 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/1119 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `boy132/server-transfer-ui` --- ### 📝 Commits (2) - [`70e2cda`](https://github.com/pelican-dev/panel/commit/70e2cda1a2ea081bf69f6ee18e93d8b58a55dd63) add ui for server transfers - [`d9c8ecd`](https://github.com/pelican-dev/panel/commit/d9c8ecd6b9f2f8cc26ebebeebcf56ecfae9dc2ee) disable transfer button when server is in conflict state ### 📊 Changes **2 files changed** (+47 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+46 -24) 📝 `lang/en/admin/server.php` (+1 -1) </details> ### 📄 Description Closes #289 Allocations probably need more validation but for now I think it's fine. In the future we should replace the Selects with a Repeater that shows all old allocations and options to "connect" them to new allocations. _Note: I have only tested the UI itself, not the actual transfer because I don't have a setup with more than one node._ --- <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:24:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1186