From 2e7aecff57d5890d5c1d13452ac40d73fd4072a0 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 20 Sep 2023 23:03:17 +1000 Subject: [PATCH] Show icon to indicate address valid or not --- resources/views/system/addedit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/system/addedit.blade.php b/resources/views/system/addedit.blade.php index ea66d49..9fda843 100644 --- a/resources/views/system/addedit.blade.php +++ b/resources/views/system/addedit.blade.php @@ -108,7 +108,7 @@ @foreach ($o->addresses->sortBy(function($item) { return sprintf('%04x%04x%04x%04x%04x',$item->zone->zone_id,$item->region_id,$item->host_id,$item->node_id,$item->point_id); }) as $oo) - trashed()) class="trashed" @elseif (! $oo->active) class="inactive" @endif>{{ $oo->ftn }} + trashed()) class="trashed" @elseif (! $oo->active) class="inactive" @endif>{{ $oo->ftn }} {{ $oo->active ? 'YES' : 'NO' }} {{ $oo->security }} {{ $oo->role_name }}