pull/56/merge
Khartir 2018-10-10 09:57:54 +00:00 committed by GitHub
commit 5ffcefee6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
<div class="alert alert-info"><b>Note:</b> If you reconfigure Master server, Slave will reconfigured automatically</div> <div class="alert alert-info"><b>Note:</b> If you reconfigure Master server, Slave will reconfigured automatically</div>
{% endif %} {% endif %}
<h3>Config from {{ serv }}</h3> <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="{{ serv }}" name="serv">
<input type="hidden" value="{{ cfg }}.old" name="oldconfig"> <input type="hidden" value="{{ cfg }}.old" name="oldconfig">
<textarea name="config" class="config" rows="35" cols="100">{{ config }}</textarea> <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> <script>window.history.pushState("Config", "Config", cur_url[0])</script>
{% endif %} {% endif %}
</center> </center>
{% endblock %} {% endblock %}