[PR #1356] [MERGED] Add button to view install logs #1349

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

📋 Pull Request Information

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

Base: mainHead: boy132/view-install-logs


📝 Commits (6)

  • eb7532a add simple button to view install logs
  • 1664176 Merge branch 'main' into boy132/view-install-logs
  • e3cbc9b Add custom view for readonly
  • d046736 Update action/form/lang
  • 7d64691 Merge branch 'main' into boy132/view-install-logs
  • a9d0a1c add missing import

📊 Changes

7 files changed (+240 additions, -6 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+37 -4)
📝 app/Models/Node.php (+1 -0)
📝 app/Models/Server.php (+6 -1)
📝 app/Repositories/Daemon/DaemonServerRepository.php (+8 -0)
📝 app/Services/Servers/ToggleInstallService.php (+1 -1)
📝 lang/en/admin/server.php (+3 -0)
resources/views/filament/plugins/monaco-editor-logs.blade.php (+184 -0)

📄 Description

No description provided


🔄 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/1356 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/view-install-logs` --- ### 📝 Commits (6) - [`eb7532a`](https://github.com/pelican-dev/panel/commit/eb7532a2fc7d2d880851ba246e052fe26c829b95) add simple button to view install logs - [`1664176`](https://github.com/pelican-dev/panel/commit/16641769f5ed1de1cfc7b77fa73d0e310b871ea5) Merge branch 'main' into boy132/view-install-logs - [`e3cbc9b`](https://github.com/pelican-dev/panel/commit/e3cbc9b004478587ed9a044f36a1fdc9867890d7) Add custom view for readonly - [`d046736`](https://github.com/pelican-dev/panel/commit/d04673615b4ceea43c404d00ec81ee3d33f9dc01) Update action/form/lang - [`7d64691`](https://github.com/pelican-dev/panel/commit/7d64691bf1cfe78e348814650d268b765950d4ea) Merge branch 'main' into boy132/view-install-logs - [`a9d0a1c`](https://github.com/pelican-dev/panel/commit/a9d0a1c743fe018cdb1f67e4cf34ff845fcfabca) add missing import ### 📊 Changes **7 files changed** (+240 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+37 -4) 📝 `app/Models/Node.php` (+1 -0) 📝 `app/Models/Server.php` (+6 -1) 📝 `app/Repositories/Daemon/DaemonServerRepository.php` (+8 -0) 📝 `app/Services/Servers/ToggleInstallService.php` (+1 -1) 📝 `lang/en/admin/server.php` (+3 -0) ➕ `resources/views/filament/plugins/monaco-editor-logs.blade.php` (+184 -0) </details> ### 📄 Description _No description provided_ --- <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: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#1349