mirror of
https://github.com/simon987/opendirectories-bot.git
synced 2025-04-10 14:06:44 +00:00
39 lines
945 B
HTML
39 lines
945 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div>
|
|
<div id="report_wrapper">
|
|
<div id="chart-wrapper">
|
|
<canvas id="typesChart"></canvas>
|
|
<script src="/static/Chart.min.js"></script>
|
|
<script src="/static/js/report.js"></script>
|
|
</div>
|
|
|
|
<table id="info-table">
|
|
<tr>
|
|
<th>Base url</th>
|
|
<td>http://www.chrishaga.com/jodi/</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th>File count</th>
|
|
<td>213123</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th>Total size</th>
|
|
<td>321 GB</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th>Report date</th>
|
|
<td>2018-32-123-123:00</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock content %} |