[PR #307] [MERGED] Allow Servers to have Mounts #680

Closed
opened 2026-02-05 17:51:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/307
Author: @lancepioch
Created: 6/2/2024
Status: Merged
Merged: 6/3/2024
Merged by: @notAreYouScared

Base: mainHead: issue/287


📝 Commits (4)

📊 Changes

5 files changed (+28 additions, -32 deletions)

View changed files

📝 app/Filament/Resources/ServerResource/Pages/CreateServer.php (+16 -2)
📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+7 -0)
📝 app/Http/Controllers/Admin/ServersController.php (+2 -8)
app/Models/MountServer.php (+0 -16)
📝 app/Models/Server.php (+3 -6)

📄 Description

Resolve #287


🔄 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/307 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 6/2/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `issue/287` --- ### 📝 Commits (4) - [`110cc12`](https://github.com/pelican-dev/panel/commit/110cc1248b1417bad6127097b4a077c608cf5b2f) Fix relationship - [`a1067fd`](https://github.com/pelican-dev/panel/commit/a1067fd4aa73f17cb0186dbd1b290ff431b891fe) Allow mounts to be added to servers - [`0cb7f73`](https://github.com/pelican-dev/panel/commit/0cb7f737b0186895180923145925f3c873c77bc9) Set the node - [`020f028`](https://github.com/pelican-dev/panel/commit/020f0280089d744b891295799d91bb6a54156ec8) Add new component ### 📊 Changes **5 files changed** (+28 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/ServerResource/Pages/CreateServer.php` (+16 -2) 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+7 -0) 📝 `app/Http/Controllers/Admin/ServersController.php` (+2 -8) ➖ `app/Models/MountServer.php` (+0 -16) 📝 `app/Models/Server.php` (+3 -6) </details> ### 📄 Description Resolve #287 --- <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 17:51:10 +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#680