mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1256] [MERGED] Correctly display backup status #1277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1256
Author: @Boy132
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-backup-status📝 Commits (3)
c754dc1add status attribute to backupbec66d0hide actions when backup is not successful8940eddsmall cleanup📊 Changes
3 files changed (+62 additions, -10 deletions)
View changed files
➕
app/Enums/BackupStatus.php(+37 -0)📝
app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php(+15 -10)📝
app/Models/Backup.php(+10 -0)📄 Description
Closes #1255
Uses a new
statusattribute instead of justis_successfulto display the status of a backup.Also hides actions like download and restore if the backup is still in progress or failed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.