diff --git a/resources/views/livewire/project/service/resource-card.blade.php b/resources/views/livewire/project/service/resource-card.blade.php index be026313a..fe976180d 100644 --- a/resources/views/livewire/project/service/resource-card.blade.php +++ b/resources/views/livewire/project/service/resource-card.blade.php @@ -38,13 +38,6 @@

@endif - @if ($isApplication && $resource->fqdn) -
- - {{ $resource->fqdn }} - -
- @endif @@ -91,9 +84,6 @@
{{ $resourceName }}
- @if ($isApplication && $resource->fqdn) -
{{ $resource->fqdn }}
- @endif