Fix end session report, move address when system is a ZC, show #addresses on systems
This commit is contained in:
@@ -9,11 +9,15 @@ use App\Http\Controllers\DomainController as DC;
|
||||
@endphp
|
||||
|
||||
@section('content')
|
||||
@if ($o->exists)
|
||||
@if($o->exists)
|
||||
<h1>{{ $o->name }}@if($o->setup)<sup class="success" style="text-shadow: 0 0; font-size: 50%; top: -1em;">*</sup>@endif</h1>
|
||||
@if($o->setup)<sup class="success" style="float:right;top:-2em;">* This Host</sup>@endif
|
||||
@endif
|
||||
|
||||
@if($o->zcs)
|
||||
<p>This system is the ZC for the following zones: <strong class="highlight">{!! $o->zcs->map(function($item) { return sprintf('%d@%s',$item->zone_id,$item->domain->name); })->join('</strong>, <strong class="highlight">') !!} </strong></p>
|
||||
@endif
|
||||
|
||||
<div class="accordion accordion-flush" id="accordion_homepage">
|
||||
@if ($o->exists)
|
||||
<!-- System -->
|
||||
|
Reference in New Issue
Block a user