multiple bug fixes including sender ID filtering

This commit is contained in:
Kwesi Banson Jnr
2026-04-16 14:22:04 +00:00
parent 72180de8e4
commit 5dbe76dbd4
380 changed files with 175085 additions and 203 deletions

View File

@@ -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