Small fixes

- added totalconnections to the client info API
- fixed width on datatables
2.0
Wruczek 6 years ago
parent d8fec04d81
commit a9ff982c45

@ -64,6 +64,7 @@ function buildInfoArray($clientData) {
"client_idle_time",
"client_created",
"client_lastconnected",
"client_totalconnections",
"client_icon_id",
"client_country",
"client_badges"

@ -35,7 +35,7 @@
</div>
{/if}
<table id="banlist" class="table table-responsive">
<table id="banlist" class="table display dt-responsive no-wrap" width="100%">
<thead>
<tr>
<th data-priority="1">{_"BANS_HEADER_NAME"}</th>

Loading…
Cancel
Save