mirror of https://github.com/Aidaho12/haproxy-wi
20 lines
443 B
HTML
20 lines
443 B
HTML
{%- for service in service_status -%}
|
|
<div class="server-info">
|
|
<div class="server-name">
|
|
Server status
|
|
<span class="update-icon">
|
|
<a onclick="showOverviewServer('{{ service.0 }}', '{{ service.1 }}', '{{id}}')" title="Refresh">
|
|
<span class="service-reload"></span>
|
|
</a>
|
|
</span>
|
|
</div>
|
|
<div class="haproxy-info">
|
|
{{ service.2 }}
|
|
</div>
|
|
<div class="top-info">
|
|
<pre>
|
|
{{ service.3 }}
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
{% endfor %} |