mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: sort backup executions
This commit is contained in:
@@ -50,7 +50,7 @@ class BackupExecutions extends Component
|
|||||||
public function refreshBackupExecutions(): void
|
public function refreshBackupExecutions(): void
|
||||||
{
|
{
|
||||||
if ($this->backup) {
|
if ($this->backup) {
|
||||||
$this->executions = $this->backup->executions()->get();
|
$this->executions = $this->backup->executions()->get()->sortBy('created_at');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user