diff --git a/resources/views/status.blade.php b/resources/views/status.blade.php index c917612..707c5f7 100644 --- a/resources/views/status.blade.php +++ b/resources/views/status.blade.php @@ -6,50 +6,194 @@ @section('content')
Nodes with uncollected mail as at {{ $date }}:
+Network | -System | -Address | -Echomails | -Netmails | -Files | -Last Session | -Poll Mode | -Auto Hold | -
---|---|---|---|---|---|---|---|---|
{{ $o->zone->domain->name }} | -
- {{ $o->system->name }}
- @if (($x=$o->parent()) && ($x->id !== $o->id))
- [via {{ $x->ftn4d }}] - @endif - |
- {{ $o->ftn4d }} | -{{ number_format($o->uncollected_echomail ?? 0) }} | -{{ number_format($o->uncollected_netmail ?? 0) }} | -{{ number_format($o->uncollected_files ?? 0) }} | -{{ $o->system->last_session?->format('Y-m-d H:i') }} | -{{ is_null($o->system->pollmode) ? 'HOLD' : ($o->system->pollmode ? 'CRASH' : 'DAILY') }} | -{{ $o->system->autohold ? 'YES' : 'NO' }} | -
Networks:
+Networks:
+Networks:
+Nodes with uncollected mail as at {{ $date }}:
+ +Network | +System | +Address | +Echomails | +Netmails | +Files | +Last Session | +Poll Mode | +Auto Hold | +
---|---|---|---|---|---|---|---|---|
{{ $o->zone->domain->name }} | +
+ {{ $o->system->name }}
+ @if (($x=$o->parent()) && ($x->id !== $o->id))
+ [via {{ $x->ftn4d }}] + @endif + |
+ {{ $o->ftn4d }} | +{{ number_format($o->uncollected_echomail ?? 0) }} | +{{ number_format($o->uncollected_netmail ?? 0) }} | +{{ number_format($o->uncollected_files ?? 0) }} | +{{ $o->system->last_session?->format('Y-m-d H:i') }} | +{{ is_null($o->system->pollmode) ? 'HOLD' : ($o->system->pollmode ? 'CRASH' : 'DAILY') }} | +{{ $o->system->autohold ? 'YES' : 'NO' }} | +