[PR #1395] [MERGED] Make server name and server address clickable (and copyable) #1369

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1395
Author: @Boy132
Created: 5/22/2025
Status: Merged
Merged: 5/27/2025
Merged by: @Boy132

Base: mainHead: boy132/clickable-stat-blocks


📝 Commits (2)

  • 3fb5567 add "copy on click" to stat blocks
  • db2bece cleanup & fix blade view

📊 Changes

5 files changed (+32 additions, -91 deletions)

View changed files

📝 app/Filament/Server/Components/SmallStatBlock.php (+8 -24)
app/Filament/Server/Components/StatBlock.php (+0 -48)
📝 app/Filament/Server/Widgets/ServerOverview.php (+16 -6)
resources/views/filament/components/server-data-block.blade.php (+0 -10)
📝 resources/views/filament/components/server-small-data-block.blade.php (+8 -3)

📄 Description

Closes #1392

Note: similar to our CopyActions it will only work when using SSL!


🔄 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/1395 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/clickable-stat-blocks` --- ### 📝 Commits (2) - [`3fb5567`](https://github.com/pelican-dev/panel/commit/3fb55673eaed0b8d75eca50d8697c5fd82e15be3) add "copy on click" to stat blocks - [`db2bece`](https://github.com/pelican-dev/panel/commit/db2becebbb2f4c331ffcfe26c6c9ee46a00cc117) cleanup & fix blade view ### 📊 Changes **5 files changed** (+32 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Components/SmallStatBlock.php` (+8 -24) ➖ `app/Filament/Server/Components/StatBlock.php` (+0 -48) 📝 `app/Filament/Server/Widgets/ServerOverview.php` (+16 -6) ➖ `resources/views/filament/components/server-data-block.blade.php` (+0 -10) 📝 `resources/views/filament/components/server-small-data-block.blade.php` (+8 -3) </details> ### 📄 Description Closes #1392 _Note: similar to our CopyActions it will only work when using SSL!_ --- <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:11:46 +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#1369