admin time series

This commit is contained in:
2019-07-07 10:11:18 +02:00
parent 15bc3b7826
commit d307a8bb26
5 changed files with 132 additions and 12 deletions

View File

@@ -114,6 +114,10 @@
</div>
<span id="info_file_details"></span>
<span id="info_about">
<h3>Bandwidth and views</h3>
<div id="chart_container" class="chart-container" style="position: relative; width: 100%; height: auto;">
<canvas id="bandwidth_chart"></canvas>
</div>
<h3>About</h3>
Pixeldrain is a file sharing platform.
<a href="/" target="_blank">Visit the home page for more information.</a>
@@ -131,11 +135,6 @@
<tr><td>SHIFT + s</td><td> = Download all the files in the list as a zip archive</td></tr>
</table>
<h3>Bandwidth and views</h3>
<div id="chart_container" class="chart-container" style="position: relative; width: 100%; height: auto;">
<canvas id="bandwidth_chart"></canvas>
</div>
<h3>Credits</h3>
All server side code written by
<a target="_blank" href="https://fornaxian.com/">Fornax (me)</a>.