mirror of
https://github.com/simon987/opendirectories-bot.git
synced 2025-12-14 15:49:03 +00:00
Added manual mode and HTTPS support
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>TODO Change</title>
|
||||
<title>/r/opendirectories bot by simon987</title>
|
||||
|
||||
<link rel="stylesheet" href="/static/css/main.css">
|
||||
<link rel="stylesheet" href="/od-bot/static/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user