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)