mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update ListBackups.php
This commit is contained in:
parent
6d76e0d19c
commit
6c9016ae0c
1 changed files with 2 additions and 0 deletions
|
@ -38,8 +38,10 @@ class ListBackups extends ListRecords
|
|||
{
|
||||
return [
|
||||
null => Tab::make('All'),
|
||||
'system' => Tab::make()->query(fn ($query) => $query->where('backup_type', 'system')),
|
||||
'completed' => Tab::make()->query(fn ($query) => $query->where('status', 'completed')),
|
||||
'processing' => Tab::make()->query(fn ($query) => $query->where('status', 'processing')),
|
||||
'failed' => Tab::make()->query(fn ($query) => $query->where('status', 'failed')),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue