mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #2035] [CLOSED] feat: Add WebUI URL support for database hosts #1719
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/2035
Author: @PalmarHealer
Created: 12/22/2025
Status: ❌ Closed
Base:
main← Head:palmarhealer/feat-db-add-webui-url📝 Commits (9)
c98e999feat: Add WebUI URL support for database hostsac8ee5efeat: Add web UI URL field to database host creation form3885641AdddatabaseHostproperty toDatabasemodelbcfbe36satisfy pint8ecf870replacedatabaseHostreferences withhostinDatabaseResource4cad3d3use null safe operator3b718dfrevert null safe operatorc89c91bUpdate app/Filament/Server/Resources/Databases/DatabaseResource.php5457e4cEnhance WebUI URL support by adding placeholder replacements and refactoring logic📊 Changes
8 files changed (+73 additions, -2 deletions)
View changed files
📝
app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php(+7 -1)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/CreateDatabaseHost.php(+6 -0)📝
app/Filament/Server/Resources/Databases/DatabaseResource.php(+7 -0)📝
app/Models/Database.php(+19 -0)📝
app/Models/DatabaseHost.php(+3 -1)➕
database/migrations/2025_12_22_082850_add_webui_url_to_database_hosts_table.php(+28 -0)📝
lang/en/admin/databasehost.php(+2 -0)📝
lang/en/server/database.php(+1 -0)📄 Description
This adds a "open" button for databases to link a phpmyadmin instance to view the db
webui_urlcolumn to thedatabase_hoststable and created a migration for it.WebUI URLinput field in database host forms.webui_urlfield.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.