mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Fixed export #630, Added missing table header for Nickname table
This commit is contained in:
parent
7c64ec7b16
commit
efa0a2949f
@ -153,7 +153,6 @@ public class HtmlExport extends SpecificExport {
|
||||
|
||||
private void exportPlugins() {
|
||||
String[] resources = new String[]{
|
||||
"web/plugins/font-awesome/fa-script.js",
|
||||
"web/plugins/bootstrap/css/bootstrap.css",
|
||||
"web/plugins/node-waves/waves.css",
|
||||
"web/plugins/node-waves/waves.js",
|
||||
|
@ -390,6 +390,7 @@
|
||||
<tr>
|
||||
<th><i class="fa fa-id-badge"></i> Nickname</th>
|
||||
<th><i class="fa fa-server"></i> Server</th>
|
||||
<th><i class="far fa-clock"></i> Last Seen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user