fixed auth redirection bug

This commit is contained in:
Russel Yasol
2024-10-03 08:33:32 +08:00
parent 7d36748dce
commit badfb5e182
4 changed files with 381 additions and 180 deletions

View File

@@ -407,20 +407,20 @@
</div>
</div>
</div>
<table class="table is-fullwidth" id="bandTable">
<table class="cell-table" id="bandTable">
<thead>
<tr>
<th>Name</th>
<th>EARFCN</th>
<th>Bandwidth</th>
<th>Physical ID</th>
<th class="is-hidden-mobile">RSRP</th>
<th class="is-hidden-mobile">RSRQ</th>
<th class="is-hidden-mobile">SINR</th>
<th>RSRP</th>
<th>RSRQ</th>
<th>SINR</th>
</tr>
</thead>
<tbody>
<!-- Automatically Generated Here -->
<!-- Rows will be added dynamically -->
</tbody>
</table>
</div>