{{ __('Edit') }} Zonă: {{ $dnsZone->domain }}

Dashboard / Zone DNS / {{ $dnsZone->domain }} / Editare

Înapoi
@csrf @method('PATCH')

Domeniul nu poate fi modificat după creare

@error('type')

{{ $message }}

@enderror
@if(Auth::user()->isAdmin() && $allNameservers)
@forelse($allNameservers as $ns) @php $isAllocated = in_array($ns->id, $zoneNameservers); @endphp
{{ $ns->name }} @if($isAllocated) Alocat @else Nealocat @endif {{ $ns->hostname }} {{ ucfirst($ns->status) }}
@empty

Nu există name servers active în sistem.

@endforelse

Notă: Nameserverele alocate sunt definite în planul utilizatorului {{ $dnsZone->user->plan->name ?? 'N/A' }}. Pentru a modifica nameserverele, editează planul utilizatorului.

@endif

Zonele inactive nu vor fi procesate de serverele DNS

{{ __('Cancel') }}