mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1350] [MERGED] Enable ipv6 on frontend #1344
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/1350
Author: @Boy132
Created: 5/8/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @Boy132
Base:
main← Head:boy132/ipv6📝 Commits (1)
1eb5b14add ipv6 support📊 Changes
7 files changed (+45 additions, -47 deletions)
View changed files
📝
app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php(+8 -19)📝
app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php(+3 -9)📝
app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php(+15 -10)📝
app/Models/Allocation.php(+1 -1)📝
app/Models/Node.php(+3 -2)📝
app/Services/Allocations/AssignmentService.php(+1 -6)📝
app/helpers.php(+14 -0)📄 Description
Ipv6 allocations already worked fine with the backend.
This makes the frontend accept ipv6 and display them correctly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.