multiple bug fixes including sender ID filtering
This commit is contained in:
@@ -249,7 +249,8 @@
|
||||
<table class="table table-striped table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col active">Service</th>
|
||||
<th scope="col active">Service/System ID</th>
|
||||
<th scope="col active">System ID</th>
|
||||
<th scope="col success">IP</th>
|
||||
<th scope="col warning">Port</th>
|
||||
<th scope="col info">Status</th>
|
||||
@@ -258,6 +259,7 @@
|
||||
@foreach($ip_addresses as $row)
|
||||
<tr>
|
||||
<td class="">{{ $row->service }}</td>
|
||||
<td class="">{{ $row->system_id }}</td>
|
||||
<td class="">{{ $row->ip_address }}</td>
|
||||
<td class="">{{ $row->port }}</td>
|
||||
<td class="">{{ $row->status }}</td>
|
||||
|
||||
Reference in New Issue
Block a user