[PR #1350] [MERGED] Enable ipv6 on frontend #1344

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

📋 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: mainHead: boy132/ipv6


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1350 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/ipv6` --- ### 📝 Commits (1) - [`1eb5b14`](https://github.com/pelican-dev/panel/commit/1eb5b14f2e571689d3ab1783fec0a78a25057bef) add ipv6 support ### 📊 Changes **7 files changed** (+45 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Ipv6 allocations already worked fine with the backend. This makes the frontend accept ipv6 and display them correctly. --- <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 18:10:57 +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#1344