[PR #1710] [MERGED] Remove table row icons #1533

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

📋 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: mainHead: charles/remove-icons


📝 Commits (2)

  • b44d41d Remove icons in table rows
  • 4409cf0 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1710 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/remove-icons` --- ### 📝 Commits (2) - [`b44d41d`](https://github.com/pelican-dev/panel/commit/b44d41d650c5672df8b9c14c4e6abf62264cefa9) Remove icons in table rows - [`4409cf0`](https://github.com/pelican-dev/panel/commit/4409cf04cc6c54e44396e2d9ead51c383d14aa06) Add clipboard icon back to api keys ### 📊 Changes **13 files changed** (+9 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <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:54:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1533