Merge branch 'config' into fixIpCount

This commit is contained in:
discomrade 2021-10-13 13:45:11 +00:00
commit ed6fab9088
3 changed files with 9 additions and 2 deletions

View file

@ -100,7 +100,7 @@
{% endfor %}
<br class="clear"/>
{% if not index %}
<div id="uniqueip"><span style="display: block; float: left;">Unique IPs: {{ iparray|length }} </span></div>
<div id="uniqueip"><span>Unique IPs: {{ iparray|length }} |</span></div>
{% endif %}
{% if hr %}<hr/>{% endif %}
</div>