Fixes for DE-LIST notifications
This commit is contained in:
@@ -180,6 +180,9 @@
|
||||
@if (($x=$o->uplink()) && ($x->id !== $o->id))
|
||||
<br><small>[via <a href="{{ url('system/addedit',$x->system_id) }}">{{ $x->ftn4d }}</a>]</small>
|
||||
@endif
|
||||
@if($o->is_down || $o->is_hold)
|
||||
<br><div class="btn btn-sm btn-secondary p-1 m-0"><small>@if($o->is_down)DOWN @elseif($o->is_hold)HOLD @else? @endif</small></div>
|
||||
@endif
|
||||
</td>
|
||||
<td>{{ $o->ftn4d }}</td>
|
||||
<td class="text-end">{{ number_format($o->uncollected_echomail ?? 0) }}</td>
|
||||
|
Reference in New Issue
Block a user