mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1615] [MERGED] Create custom startup variable field #1490
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1615
Author: @Boy132
Created: 8/15/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @Boy132
Base:
main← Head:boy132/refactor-startup-variables📝 Commits (9)
e6d42ebcreate custom startup variable fielda9ecc1fmake phpstan happybf937c9small cleanup2fc654euse placeholder1f5c5a7cleanupd146b5ecleanup & fix get functionse7dc4bbadd back afterStateUpdated90d1f8dadd select placeholderc04da84Merge remote-tracking branch 'upstream/main' into boy132/refactor-startup-variables📊 Changes
5 files changed (+277 additions, -163 deletions)
View changed files
➕
app/Enums/StartupVariableType.php(+10 -0)📝
app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php(+11 -83)📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+8 -80)➕
app/Filament/Components/Forms/Fields/StartupVariable.php(+181 -0)➕
resources/views/filament/components/startup-variable.blade.php(+67 -0)📄 Description
Also closes #1602
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.