Small fixes

- added totalconnections to the client info API
- fixed width on datatables
This commit is contained in:
Wruczek 2019-01-04 14:44:01 +01:00
parent d8fec04d81
commit a9ff982c45
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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>