[PR #1851] [MERGED] add server description to grid view too #1609

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1851
Author: @mristau
Created: 10/30/2025
Status: Merged
Merged: 11/4/2025
Merged by: @notAreYouScared

Base: mainHead: grid-description


📝 Commits (7)

  • e482393 add server description to grid view too
  • 5a286a9 change css classes
  • ca2c21d leave as it was before if no description is set
  • f9ab610 changed to class attribute merge like suggested
  • 45fd435 limit description to 40 chars
  • c4a5bc8 Merge branch 'main' into grid-description
  • 22199a1 resolved

📊 Changes

2 files changed (+11 additions, -1 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 resources/views/livewire/server-entry.blade.php (+10 -1)

📄 Description

table view already has description, just adding to the grid view too

  • added .ddev to gitignore to keep it from adding all development settings

🔄 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/1851 **Author:** [@mristau](https://github.com/mristau) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `grid-description` --- ### 📝 Commits (7) - [`e482393`](https://github.com/pelican-dev/panel/commit/e482393ae6d401a16cbee134f2f510ff4343da17) add server description to grid view too - [`5a286a9`](https://github.com/pelican-dev/panel/commit/5a286a90a251decc7b60c978508bcd77a74ba72d) change css classes - [`ca2c21d`](https://github.com/pelican-dev/panel/commit/ca2c21d0a35f5d3b4b4427a41c48f848ad76ad8c) leave as it was before if no description is set - [`f9ab610`](https://github.com/pelican-dev/panel/commit/f9ab61052c9f10b7a280c374793f6fd75c04cb26) changed to class attribute merge like suggested - [`45fd435`](https://github.com/pelican-dev/panel/commit/45fd4353a9f7cba13f4e142f7bb72bab5006a339) limit description to 40 chars - [`c4a5bc8`](https://github.com/pelican-dev/panel/commit/c4a5bc85896aea3534cf686a137c3449864c1d05) Merge branch 'main' into grid-description - [`22199a1`](https://github.com/pelican-dev/panel/commit/22199a11d84625428a3174bde582fa43675d81e8) resolved ### 📊 Changes **2 files changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `resources/views/livewire/server-entry.blade.php` (+10 -1) </details> ### 📄 Description table view already has description, just adding to the grid view too + added .ddev to gitignore to keep it from adding all development settings --- <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:19:04 +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#1609