From d8bd522b0d8d844b430a5a46b71d260f794574d3 Mon Sep 17 00:00:00 2001 From: Khartir Date: Fri, 5 Oct 2018 11:34:39 +0200 Subject: [PATCH] Change Request method for config edit form Use POST to send config, GET can't handle big config files. --- app/templates/config.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/config.html b/app/templates/config.html index 71742aa5..06363760 100644 --- a/app/templates/config.html +++ b/app/templates/config.html @@ -55,7 +55,7 @@
Note: If you reconfigure Master server, Slave will reconfigured automatically
{% endif %}

Config from {{ serv }}

-
+ @@ -84,4 +84,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}