Dont enable rogue_path - it looses our true path for messages - instead create addresses in the path we dont know about.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
{{ $do->name }}
|
||||
@endif
|
||||
</td>
|
||||
<td>{{ $do->zones->pluck('zone_id')->sort()->join(', ') }}</td>
|
||||
<td>{{ $do->zones->where('active',TRUE)->pluck('zone_id')->sort()->join(', ') }}</td>
|
||||
<td class="text-end">{{ $do->active ? 'YES' : 'NO' }}</td>
|
||||
<td class="text-end">{{ $do->managed() ? 'YES' : 'NO' }}</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user