Fixed nickname & connection info table scrollbars

This commit is contained in:
Rsl1122 2019-09-15 15:42:08 +03:00
parent 03fcd5e893
commit 72386b7b7f

View File

@ -210,31 +210,35 @@
<h6 class="m-0 font-weight-bold col-black"><i class="fa fa-fw fa-signature"></i>
Seen Nicknames</h6>
</div>
<table class="table table-striped scrollbar mb-0">
<thead class="bg-purple">
<tr>
<th><i class="fa fa-fw fa-signature"></i> Nickname</th>
<th><i class="fa fa-fw fa-server"></i> Server</th>
<th><i class="far fa-fw fa-clock"></i> Last Seen</th>
</tr>
</thead>
<tbody id="data_nicknames"></tbody>
</table>
<div class="scrollbar">
<table class="table table-striped mb-0">
<thead class="bg-purple">
<tr>
<th><i class="fa fa-fw fa-signature"></i> Nickname</th>
<th><i class="fa fa-fw fa-server"></i> Server</th>
<th><i class="far fa-fw fa-clock"></i> Last Seen</th>
</tr>
</thead>
<tbody id="data_nicknames"></tbody>
</table>
</div>
</div>
<div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold col-black"><i class="fa fa-fw fa-wifi"></i>
Connection information</h6>
</div>
<table class="table table-striped scrollbar mb-0">
<thead class="bg-green">
<tr>
<th><i class="fa fa-fw fa-globe"></i> Country</th>
<th><i class="far fa-fw fa-clock"></i> Last Connected</th>
</tr>
</thead>
<tbody id="data_connections"></tbody>
</table>
<div class="scrollbar">
<table class="table table-striped mb-0">
<thead class="bg-green">
<tr>
<th><i class="fa fa-fw fa-globe"></i> Country</th>
<th><i class="far fa-fw fa-clock"></i> Last Connected</th>
</tr>
</thead>
<tbody id="data_connections"></tbody>
</table>
</div>
</div>
</div>