Update hapservers.html

pull/145/head
Casper 2019-09-23 23:22:03 +02:00 committed by GitHub
parent fe231778bc
commit 8c89edd4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<a href="/app/config.py?serv={{s.2}}&showMap" class="ui-button ui-widget ui-corner-all" title="Show map" target="_blank">Map</a>
<a href="/app/viewsttats.py?serv={{s.2}}" class="ui-button ui-widget ui-corner-all" title="View stat" target="_blank">Stat</a>
{% if role <= 2 %}
<a href="/app/versions.py?serv={{s.2}}&open=open" class="ui-button ui-widget ui-corner-all" title="Show verisons">Verisons</a>
<a href="/app/versions.py?serv={{s.2}}&open=open" class="ui-button ui-widget ui-corner-all" title="Show versions">Versions</a>
{% endif %}
</div>
</div>
@ -52,4 +52,4 @@
</div>
<script src="/inc/overview.js"></script>
{% endblock %}
{% endblock %}