bug fix on otp, rearranged MNO display order
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
<table class="table table-custom table-hover mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Operator</th>
|
||||
<th>Country</th>
|
||||
<th>Operator</th>
|
||||
<th>Connection Type</th>
|
||||
<th>Services</th>
|
||||
<th>Status</th>
|
||||
@@ -89,6 +89,7 @@
|
||||
<tbody>
|
||||
@forelse($operators as $operator)
|
||||
<tr>
|
||||
<td><span class="fw-semibold">{{ $operator->country }}</span></td>
|
||||
<td>
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="avatar-circle bg-primary bg-opacity-10 text-primary me-3">
|
||||
@@ -100,7 +101,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td><span class="fw-semibold">{{ $operator->country }}</span></td>
|
||||
|
||||
<td>
|
||||
<div class="text-dark fw-semibold" style="font-size: 0.85rem;"><i class="bi bi-shield-lock me-1 text-primary"></i> {{ $operator->connection_type ?? 'N/A' }}</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user