Pavel Loginov 2020-05-08 08:28:17 +02:00
parent 698c0bf6ee
commit 9e81ac65b6
2 changed files with 5 additions and 2 deletions

View File

@ -54,6 +54,6 @@
</script>
<div id="ajaxruntime"></div>
<div class="add-note addName alert-info" style="width: inherit; margin-right: 15px;">
You can read the description of all Run Time API <a href="https://haproxy-wi.org/description.py?description=runtimeapi" title="Run Time API description" target="_blank">here</a>
</div>
You can read the description of all Run Time API <a href="https://haproxy-wi.org/description.py?description=runtimeapi" title="Run Time API description" target="_blank">here</a>
</div>
{% endblock %}

View File

@ -72,5 +72,8 @@
showWafMetrics()
showOverviewWaf(ip, hostnamea)
</script>
<div class="add-note addName alert-info" style="width: inherit; margin-right: 15px; clear: both;">
You can read the description and watch a video about WAF <a href="https://haproxy-wi.org/description.py?description=waf" title="WAF" target="_blank">here</a>
</div>
{% endif %}
{% endblock %}