mirror of https://github.com/Aidaho12/haproxy-wi
Merge d8bd522b0d
into b6d4ebb8c8
commit
5ffcefee6c
|
@ -55,7 +55,7 @@
|
|||
<div class="alert alert-info"><b>Note:</b> If you reconfigure Master server, Slave will reconfigured automatically</div>
|
||||
{% endif %}
|
||||
<h3>Config from {{ serv }}</h3>
|
||||
<form action="{{ action }}" name="saveconfig" method="get">
|
||||
<form action="{{ action }}" name="saveconfig" method="post">
|
||||
<input type="hidden" value="{{ serv }}" name="serv">
|
||||
<input type="hidden" value="{{ cfg }}.old" name="oldconfig">
|
||||
<textarea name="config" class="config" rows="35" cols="100">{{ config }}</textarea>
|
||||
|
@ -84,4 +84,4 @@
|
|||
<script>window.history.pushState("Config", "Config", cur_url[0])</script>
|
||||
{% endif %}
|
||||
</center>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue