[PR #800] [MERGED] Better IP addresses #979

Closed
opened 2026-02-04 19:07:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/800
Author: @lancepioch
Created: 12/9/2024
Status: Merged
Merged: 12/9/2024
Merged by: @notAreYouScared

Base: mainHead: lance/better-ip-addresses


📝 Commits (3)

📊 Changes

4 files changed (+12 additions, -8 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php (+3 -2)
📝 app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (+2 -3)
📝 app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php (+3 -2)
📝 app/Models/Node.php (+4 -1)

📄 Description

After

image

Before

image

🔄 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/800 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `lance/better-ip-addresses` --- ### 📝 Commits (3) - [`3206a33`](https://github.com/pelican-dev/panel/commit/3206a33c1ac18fa170fe7967043dc38e0fe793d6) Unique ip addresses - [`4e0e390`](https://github.com/pelican-dev/panel/commit/4e0e390ea6066b672644a289b674f33972a7211c) Only ipv4 addresses for now - [`b207c3a`](https://github.com/pelican-dev/panel/commit/b207c3abcf234cc7ef5a0eb6840944c53793f3bc) Switch to selects ### 📊 Changes **4 files changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php` (+3 -2) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php` (+2 -3) 📝 `app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php` (+3 -2) 📝 `app/Models/Node.php` (+4 -1) </details> ### 📄 Description ## After <img width="918" alt="image" src="https://github.com/user-attachments/assets/32787328-9244-4976-bb20-44d8787fa9e2"> ## Before <img width="912" alt="image" src="https://github.com/user-attachments/assets/c8af7399-c8f9-4c47-aae9-4dfa90b5a28c"> --- <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-04 19:07:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#979