[PR #450] [CLOSED] Added description and notes text fields to Nodes #768

Closed
opened 2026-02-05 17:53:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/450
Author: @Poseidon281
Created: 6/30/2024
Status: Closed

Base: mainHead: Node-Notes


📝 Commits (6)

📊 Changes

5 files changed (+57 additions, -4 deletions)

View changed files

📝 app/Filament/Resources/NodeResource/Pages/CreateNode.php (+11 -0)
📝 app/Filament/Resources/NodeResource/Pages/EditNode.php (+12 -1)
📝 app/Filament/Resources/NodeResource/Pages/ListNodes.php (+1 -0)
📝 app/Models/Node.php (+5 -3)
database/migrations/2024_06_30_123658_add_notes_to_nodes.php (+28 -0)

📄 Description

Suggested: Here


🔄 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/450 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 6/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Node-Notes` --- ### 📝 Commits (6) - [`8194d7f`](https://github.com/pelican-dev/panel/commit/8194d7f672808eebbeeba495c318d5d57942b46b) Added notes to nodes - [`8675b75`](https://github.com/pelican-dev/panel/commit/8675b7547955d64a303d02a6e332f4a1e186f51e) Merge remote-tracking branch 'upstream/main' into Node-Notes - [`32b601b`](https://github.com/pelican-dev/panel/commit/32b601b03ac210d4372d62c0bc3ef6852a131a2c) Fix merge - [`94f2cd1`](https://github.com/pelican-dev/panel/commit/94f2cd13119a4c9909a05efd7514f990ca9ea047) Fix phpstan errors - [`7142c14`](https://github.com/pelican-dev/panel/commit/7142c14229d4e1d755beea8c8493c5802a1fbe60) Added description - [`962b923`](https://github.com/pelican-dev/panel/commit/962b923a126f0a5729c898306d75c3119688f187) Added description to list ### 📊 Changes **5 files changed** (+57 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/NodeResource/Pages/CreateNode.php` (+11 -0) 📝 `app/Filament/Resources/NodeResource/Pages/EditNode.php` (+12 -1) 📝 `app/Filament/Resources/NodeResource/Pages/ListNodes.php` (+1 -0) 📝 `app/Models/Node.php` (+5 -3) ➕ `database/migrations/2024_06_30_123658_add_notes_to_nodes.php` (+28 -0) </details> ### 📄 Description Suggested: [Here](https://github.com/pelican-dev/panel/discussions/448) --- <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 17:53:53 +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#768