mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-21 08:25:45 +00:00
fix(validation): improve private URL handling and error feedback
Reject link-local targets even when allowlisted, link private-target errors to endpoint settings, and tighten persistent-volume table widths.
This commit is contained in:
@@ -197,7 +197,9 @@ it('renders volumes as a data table with shared column headers', function () {
|
||||
->toContain('@media (max-width: 768px)')
|
||||
->toContain('.table-badge-success');
|
||||
|
||||
expect($css)->toContain('17.5rem');
|
||||
expect($css)
|
||||
->toContain('12rem')
|
||||
->not->toContain('17.5rem');
|
||||
|
||||
// Settings form labels are 13px (not Tailwind text-sm 14px).
|
||||
expect($css)
|
||||
|
||||
Reference in New Issue
Block a user