mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #261] [MERGED] Add docker container labels #666
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/261
Author: @notAreYouScared
Created: 5/20/2024
Status: ✅ Merged
Merged: 5/20/2024
Merged by: @lancepioch
Base:
main← Head:charles/docker-tags📝 Commits (3)
4c43fd1Add docker_labels03cbdd5update edit/create pages859a721mysql vs sqlite...📊 Changes
6 files changed (+490 additions, -455 deletions)
View changed files
📝
app/Filament/Resources/ServerResource/Pages/CreateServer.php(+230 -210)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+225 -199)📝
app/Models/Server.php(+1 -0)📝
app/Services/Eggs/EggConfigurationService.php(+1 -1)📝
app/Services/Servers/ServerConfigurationStructureService.php(+5 -45)➕
database/migrations/2024_05_20_002841_add_docker_container_label.php(+28 -0)📄 Description
Adds docker container labels
closes #248
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.