mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-19 02:23:15 +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:
@@ -37,3 +37,7 @@ it('includes a Jean Server one-click service template with all deployment enviro
|
||||
->toContain('JEAN_TOKEN=${SERVICE_PASSWORD_64_JEAN}');
|
||||
}
|
||||
});
|
||||
|
||||
it('ships the Jean service icon from the public path used by the service picker', function () {
|
||||
expect(__DIR__.'/../../public/svgs/jean.png')->toBeFile();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user