chg: Remove unused entries in legend and stats

pull/197/head
Raphaël Vinot 2021-04-08 00:35:10 +02:00
parent 5f6be5d528
commit e79387ee0d
2 changed files with 0 additions and 9 deletions

View File

@ -17,8 +17,5 @@
<dt class="col-sm-2">Total Nodes</dt> <dt class="col-sm-2">Total Nodes</dt>
<dd class="col-sm-10">{{ stats['total_hostnames'] }}</dd> <dd class="col-sm-10">{{ stats['total_hostnames'] }}</dd>
<dt class="col-sm-2">Redirects</dt>
<dd class="col-sm-10">{{ stats['total_redirects'] }}</dd>
</dl> </dl>
</div> </div>

View File

@ -253,12 +253,6 @@
</div> </div>
</center> </center>
<hr/> <hr/>
<img src="{{ url_for('static', filename='check.svg') }}"
alt="Known Node" height="20" width="20"> Known node<br>
<img src="{{ url_for('static', filename='bomb.svg') }}"
alt="Malicious Node" height="20" width="20"> Malicious node<br>
<img src="{{ url_for('static', filename='insecure.svg') }}" <img src="{{ url_for('static', filename='insecure.svg') }}"
alt="Insecure requests" height="20" width="20"> Insecure requests (HTTP)<br> alt="Insecure requests" height="20" width="20"> Insecure requests (HTTP)<br>