Show our systems with 4d addressing in domains
This commit is contained in:
parent
ae46dee24e
commit
25c3041c67
@ -124,7 +124,7 @@
|
||||
<td><a href="{{ url('ftn/system/addedit',[$ao->system_id]) }}">{{ $ao->system->full_name($ao) }}</a> @auth<span class="float-end"><small>@if($ao->session('sespass'))<sup>{{ $ao->session('default') ? '**' : '*' }}</sup>@elseif($ao->system->setup)<sup class="success">+</sup>@endif[{{ $ao->system_id }}]</small></span>@endauth</td>
|
||||
<td>{{ $ao->system->sysop }}</td>
|
||||
<td>{{ $ao->system->location }}</td>
|
||||
<td>{{ $ao->ftn_3d }}</td>
|
||||
<td>{{ $ao->ftn4d }}</td>
|
||||
<td>{{ $ao->system->last_session ? $ao->system->last_session->format('Y-m-d H:i') : '-' }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
@ -324,7 +324,7 @@
|
||||
<tbody>
|
||||
@foreach ($o->addresses->sortBy('zone.zone_id') as $ao)
|
||||
<tr>
|
||||
<td>{{ $ao->ftn3d }}</td>
|
||||
<td>{{ $ao->ftn }}</td>
|
||||
<td>{{ $ao->netmailWaiting()->count() }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@ -346,7 +346,7 @@
|
||||
<tbody>
|
||||
@foreach ($o->addresses->sortBy('zone.zone_id') as $ao)
|
||||
<tr>
|
||||
<td>{{ $ao->ftn3d }}</td>
|
||||
<td>{{ $ao->ftn }}</td>
|
||||
<td>{{ $ao->echomailWaiting()->count() }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@ -368,7 +368,7 @@
|
||||
<tbody>
|
||||
@foreach ($o->addresses->sortBy('zone.zone_id') as $ao)
|
||||
<tr>
|
||||
<td>{{ $ao->ftn3d }}</td>
|
||||
<td>{{ $ao->ftn }}</td>
|
||||
<td>{{ $ao->filesWaiting()->count() }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
Loading…
Reference in New Issue
Block a user