[PR #806] [MERGED] Add Run now button for schedules & add status field #980

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/806
Author: @Boy132
Created: 12/9/2024
Status: Merged
Merged: 12/10/2024
Merged by: @Boy132

Base: mainHead: feature/schedule-run-now


📝 Commits (3)

  • 1587652 add Run Now button to schedules
  • 969451f add status to schedule view/ edit
  • abc5e1b only show status on "view"

📊 Changes

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

View changed files

📝 app/Filament/Server/Resources/ScheduleResource.php (+14 -1)
📝 app/Filament/Server/Resources/ScheduleResource/Pages/ViewSchedule.php (+20 -0)

📄 Description

Closes #794

image


🔄 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/806 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `feature/schedule-run-now` --- ### 📝 Commits (3) - [`1587652`](https://github.com/pelican-dev/panel/commit/15876527023d725d4ec3cbd4f0b7d0afccd0eef6) add `Run Now` button to schedules - [`969451f`](https://github.com/pelican-dev/panel/commit/969451f447f1cfa112ddccf7fba301c27b415234) add status to schedule view/ edit - [`abc5e1b`](https://github.com/pelican-dev/panel/commit/abc5e1bc37b19716a912623928fd1b63c5cd3880) only show status on "view" ### 📊 Changes **2 files changed** (+34 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/ScheduleResource.php` (+14 -1) 📝 `app/Filament/Server/Resources/ScheduleResource/Pages/ViewSchedule.php` (+20 -0) </details> ### 📄 Description Closes #794 ![image](https://github.com/user-attachments/assets/9f638e17-7f30-4d08-9f22-2a72300c6244) --- <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:07:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#980