mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-02 16:19:48 +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:
@@ -63,6 +63,9 @@ it('renders frontend-only application backup search data for volume names and fr
|
||||
->assertDontSee('class="font-mono text-xs">daily', false)
|
||||
->assertDontSee('backup-type-filter-trigger', false)
|
||||
->assertDontSee('backup-sort-trigger', false);
|
||||
|
||||
expect(file_get_contents(resource_path('views/livewire/project/application/backup/index.blade.php')))
|
||||
->toContain('wire:key="application-heading-backup-index-{{ $application->id }}"');
|
||||
});
|
||||
|
||||
it('renders frontend-only database backup search data for database names and frequencies', function () {
|
||||
|
||||
Reference in New Issue
Block a user