Added manual mode and HTTPS support

This commit is contained in:
simon
2018-02-07 19:51:06 -05:00
parent 8e1f4543fd
commit a2f671f0f5
13 changed files with 217 additions and 143 deletions

View File

@@ -6,29 +6,29 @@
<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>
<script src="/od-bot/static/Chart.min.js"></script>
<script src="/od-bot/static/js/report.js"></script>
</div>
<table id="info-table">
<tr>
<th>Base url</th>
<td>http://www.chrishaga.com/jodi/</td>
<td id="baseUrl"></td>
</tr>
<tr>
<th>File count</th>
<td>213123</td>
<td id="fileCount"></td>
</tr>
<tr>
<th>Total size</th>
<td>321 GB</td>
<td id="totalSize"></td>
</tr>
<tr>
<th>Report date</th>
<td>2018-32-123-123:00</td>
<th>Report time</th>
<td id="reportTime"></td>
</tr>
</table>
</div>