Small fixes
- added totalconnections to the client info API - fixed width on datatables
This commit is contained in:
parent
d8fec04d81
commit
a9ff982c45
|
@ -64,6 +64,7 @@ function buildInfoArray($clientData) {
|
||||||
"client_idle_time",
|
"client_idle_time",
|
||||||
"client_created",
|
"client_created",
|
||||||
"client_lastconnected",
|
"client_lastconnected",
|
||||||
|
"client_totalconnections",
|
||||||
"client_icon_id",
|
"client_icon_id",
|
||||||
"client_country",
|
"client_country",
|
||||||
"client_badges"
|
"client_badges"
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<table id="banlist" class="table table-responsive">
|
<table id="banlist" class="table display dt-responsive no-wrap" width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-priority="1">{_"BANS_HEADER_NAME"}</th>
|
<th data-priority="1">{_"BANS_HEADER_NAME"}</th>
|
||||||
|
|
Loading…
Reference in New Issue