multiple bug fixes including sender ID filtering
This commit is contained in:
@@ -265,6 +265,7 @@
|
||||
<tr>
|
||||
<th scope="col">#</th>
|
||||
<th scope="col">IP Address</th>
|
||||
<th scope="col">SMPP System ID</th>
|
||||
<th scope="col">Port</th>
|
||||
<th scope="col">Status</th>
|
||||
<th scope="col">Added By</th>
|
||||
@@ -280,6 +281,7 @@
|
||||
<tr>
|
||||
<th scope="row">{{ $count }}</th>
|
||||
<td>{{ $row->ip_address }}</td>
|
||||
<td>{{ $row->system_id }}</td>
|
||||
<td>{{ $row->port }}</td>
|
||||
<td>{{ $row->status }}</td>
|
||||
<td>{{ $row->created_by_info->name }}</td>
|
||||
@@ -334,3 +336,6 @@
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user