mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #451] [CLOSED] Added subheadings to list pages & sidebar collapsible config #768
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/451
Author: @Poseidon281
Created: 7/1/2024
Status: ❌ Closed
Base:
main← Head:Subheading📝 Commits (5)
fc911c1Added subheadings4fc53e7Merge remote-tracking branch 'upstream/main' into Subheading5594b4cPint867bb4aAdded sidebar-collapsible config6ee9dffFix typo📊 Changes
10 files changed (+41 additions, -2 deletions)
View changed files
📝
app/Filament/Resources/ApiKeyResource/Pages/ListApiKeys.php(+5 -0)📝
app/Filament/Resources/DatabaseHostResource.php(+2 -1)📝
app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php(+5 -0)📝
app/Filament/Resources/EggResource/Pages/ListEggs.php(+5 -0)📝
app/Filament/Resources/MountResource/Pages/ListMounts.php(+6 -0)📝
app/Filament/Resources/NodeResource/Pages/ListNodes.php(+5 -0)📝
app/Filament/Resources/ServerResource/Pages/ListServers.php(+5 -0)📝
app/Filament/Resources/UserResource/Pages/ListUsers.php(+5 -0)📝
app/Providers/Filament/AdminPanelProvider.php(+2 -1)📝
config/panel.php(+1 -0)📄 Description
The subheadings are the same as on Pterodactyl at the moment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.