[PR #1049] [MERGED] Add missing Database address field #1140

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1049
Author: @rmartinoscar
Created: 3/1/2025
Status: Merged
Merged: 3/6/2025
Merged by: @rmartinoscar

Base: mainHead: add/DatabaseAddress


📝 Commits (3)

  • 274ea0c Add address field to display host:port to enduser on ListDatabases & EditServer
  • efe0017 Add CopyAction to EditServer
  • ecac306 Update databaseHost display_name_help

📊 Changes

4 files changed (+26 additions, -6 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+12 -3)
📝 app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php (+6 -1)
📝 app/Models/Database.php (+6 -1)
📝 lang/en/admin/databasehost.php (+2 -1)

📄 Description

image
image
image
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/1049 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/1/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `add/DatabaseAddress` --- ### 📝 Commits (3) - [`274ea0c`](https://github.com/pelican-dev/panel/commit/274ea0c6afdbffc9b3c41674368a1787e2878eb0) Add address field to display `host:port` to enduser on `ListDatabases` & `EditServer` - [`efe0017`](https://github.com/pelican-dev/panel/commit/efe0017c8fd6df3a7c124a9d2d8b2728c6c8d7f6) Add `CopyAction` to `EditServer` - [`ecac306`](https://github.com/pelican-dev/panel/commit/ecac30607d17e995f8cd884feb8fd7033e5a0f51) Update databaseHost `display_name_help` ### 📊 Changes **4 files changed** (+26 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+12 -3) 📝 `app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php` (+6 -1) 📝 `app/Models/Database.php` (+6 -1) 📝 `lang/en/admin/databasehost.php` (+2 -1) </details> ### 📄 Description ![image](https://github.com/user-attachments/assets/e34196ad-e597-4c53-9c7c-ad7f60127222) ![image](https://github.com/user-attachments/assets/5f4719fc-b007-4d40-a622-cc6b24524ed2) ![image](https://github.com/user-attachments/assets/30b6ec83-5137-4ede-a790-7f042b945b3e) ![image](https://github.com/user-attachments/assets/dd3e4d1c-eccf-476a-a53e-498509f73c02) --- <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:05:03 +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#1140