mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-23 10:25:50 +00:00
fix(ui): hide application domains on compose resource cards
Remove FQDN display from service resource cards in both card and list layouts, and assert the template no longer renders resource domains.
This commit is contained in:
@@ -54,3 +54,10 @@ it('distinguishes domain management from resource settings', function () {
|
||||
->toContain('title="Resource settings" aria-label="Resource settings"')
|
||||
->not->toContain('title="Edit domains" aria-label="Edit domains"');
|
||||
});
|
||||
|
||||
it('does not display application domains on compose resource cards', function () {
|
||||
$resourceCard = file_get_contents(resource_path('views/livewire/project/service/resource-card.blade.php'));
|
||||
|
||||
expect($resourceCard)
|
||||
->not->toContain('{{ $resource->fqdn }}');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user