mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-21 00:24:36 +00:00
feat(project): add icons and improve persistent volume management
Add project icon storage and serving with local/S3 support, prevent deletion of compose-managed volumes, and optimize volume backups. Refine project and backup UI components with consistent styling and coverage.
This commit is contained in:
@@ -318,6 +318,10 @@ it('queues instance database backup without redirecting when project context is
|
||||
'backup' => $backup->fresh(),
|
||||
'availableS3Storages' => collect(),
|
||||
])
|
||||
->assertSee('Retention')
|
||||
->assertSee('S3 storage')
|
||||
->assertSee('Local backups')
|
||||
->assertSee('S3 backups')
|
||||
->call('backupNow')
|
||||
->assertDispatched('success', 'Backup queued. It will be available in a few minutes.')
|
||||
->assertNoRedirect()
|
||||
|
||||
Reference in New Issue
Block a user