mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1710] [MERGED] Remove table row icons #1533
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/1710
Author: @notAreYouScared
Created: 9/15/2025
Status: ✅ Merged
Merged: 9/16/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/remove-icons📝 Commits (2)
b44d41dRemove icons in table rows4409cf0Add clipboard icon back to api keys📊 Changes
13 files changed (+9 additions, -50 deletions)
View changed files
📝
app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php(+0 -1)📝
app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php(+0 -2)📝
app/Filament/Admin/Resources/DatabaseHosts/RelationManagers/DatabasesRelationManager.php(+2 -5)📝
app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php(+0 -2)📝
app/Filament/Admin/Resources/Eggs/RelationManagers/ServersRelationManager.php(+0 -3)📝
app/Filament/Admin/Resources/Mounts/MountResource.php(+0 -2)📝
app/Filament/Admin/Resources/Nodes/Pages/ListNodes.php(+1 -4)📝
app/Filament/Admin/Resources/Nodes/RelationManagers/NodesRelationManager.php(+2 -7)📝
app/Filament/Admin/Resources/Roles/RoleResource.php(+1 -3)📝
app/Filament/Admin/Resources/Servers/Pages/ListServers.php(+0 -6)📝
app/Filament/Admin/Resources/Servers/RelationManagers/DatabasesRelationManager.php(+2 -5)📝
app/Filament/Admin/Resources/Users/RelationManagers/ServersRelationManager.php(+0 -5)📝
app/Filament/Admin/Resources/Users/UserResource.php(+1 -5)📄 Description
Removes the table row icons that are in every row; we have table headers, and that should be sufficient. It would be nice to have the icon in the header, but that does not seem like an option at the moment.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.