mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +02:00
This completely removes the graphing functionality of the Domain server control panel. I really don't think anyone actually uses this though, if people are even aware of its existence. The statistics themselves, without the pretty graphing, are still functional.
11 lines
531 B
Text
11 lines
531 B
Text
<!--#include virtual="header.html"-->
|
|
<div class="col-xs-12 table-lead" id="stats-lead"><h3>Stats</h3><div class="lead-line"></div></div>
|
|
<div class="col-xs-12" id="stats-container"></div>
|
|
<!--#include virtual="footer.html"-->
|
|
<script src='/js/query-string.js'></script>
|
|
<script src='js/stats.js'></script>
|
|
<script src='js/json.human.js'></script>
|
|
<script src='/js/underscore-min.js'></script>
|
|
<script src='/js/underscore-keypath.min.js'></script>
|
|
<script src='/js/bootbox.min.js'></script>
|
|
<!--#include virtual="page-end.html"-->
|