mirror of https://github.com/Aidaho12/haproxy-wi
parent
86235b54d0
commit
a38d2661cd
|
@ -268,7 +268,7 @@
|
||||||
{{ line }}
|
{{ line }}
|
||||||
</span><br />
|
</span><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if "bind" in line and "@" not in line and "-" not int line -%}
|
{%- if "bind" in line and "@" not in line and "-" not in line -%}
|
||||||
{%- set bind = line.split(':')[1] -%}
|
{%- set bind = line.split(':')[1] -%}
|
||||||
{%- set bind = bind.split(' ') -%}
|
{%- set bind = bind.split(' ') -%}
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue