Refactor domain editing in service configuration view
This commit is contained in:
parent
d444211c68
commit
3328d20b2d
@ -71,12 +71,10 @@
|
|||||||
@endif
|
@endif
|
||||||
@if ($application->fqdn)
|
@if ($application->fqdn)
|
||||||
<span class="flex gap-1 text-xs">{{ Str::limit($application->fqdn, 60) }}
|
<span class="flex gap-1 text-xs">{{ Str::limit($application->fqdn, 60) }}
|
||||||
<x-modal-input wire:key="application-{{ $application->name }}"
|
<x-modal-input title="Edit Domains">
|
||||||
title="Edit Domains">
|
|
||||||
<x-slot:content>
|
<x-slot:content>
|
||||||
<span class="cursor-pointer">
|
<span class="cursor-pointer">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg"
|
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4 dark:text-warning text-coollabs"
|
||||||
class="w-4 h-4 dark:text-warning text-coollabs"
|
|
||||||
viewBox="0 0 24 24">
|
viewBox="0 0 24 24">
|
||||||
<g fill="none" stroke="currentColor"
|
<g fill="none" stroke="currentColor"
|
||||||
stroke-linecap="round" stroke-linejoin="round"
|
stroke-linecap="round" stroke-linejoin="round"
|
||||||
@ -86,10 +84,10 @@
|
|||||||
<path d="M9 7.07A7 7 0 0 0 10 21a7 7 0 0 0 6.929-6" />
|
<path d="M9 7.07A7 7 0 0 0 10 21a7 7 0 0 0 6.929-6" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
</x-slot:content>
|
</x-slot:content>
|
||||||
<livewire:project.service.edit-domain
|
<livewire:project.service.edit-domain
|
||||||
wire:key="application-{{ $application->uuid }}"
|
|
||||||
applicationId="{{ $application->id }}" />
|
applicationId="{{ $application->id }}" />
|
||||||
</x-modal-input>
|
</x-modal-input>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user