mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #323] [MERGED] Add alias for node sftp address #689
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/323
Author: @Boy132
Created: 6/4/2024
Status: ✅ Merged
Merged: 6/8/2024
Merged by: @notAreYouScared
Base:
main← Head:feature/node-sftp-alias📝 Commits (4)
8f2261fadd alias for node sftp addressf9fd426change column type to string328e159Merge branch 'pelican-dev:main' into feature/node-sftp-alias0156456Merge branch 'pelican-dev:main' into feature/node-sftp-alias📊 Changes
9 files changed (+60 additions, -10 deletions)
View changed files
📝
app/Console/Commands/Node/MakeNodeCommand.php(+2 -0)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+12 -0)📝
app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php(+1 -6)📝
app/Models/Node.php(+3 -1)📝
app/Transformers/Api/Client/ServerTransformer.php(+1 -0)➕
database/migrations/2024_06_04_085042_add_daemon_sftp_alias_column_to_nodes.php(+28 -0)📝
lang/en/commands.php(+1 -0)📝
resources/scripts/api/server/getServer.ts(+2 -0)📝
resources/scripts/components/server/settings/SettingsContainer.tsx(+10 -3)📄 Description
Closes #247
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.