Changelog: https://haproxy-wi.org/changelog.py#5_3_5
pull/321/head v.5.3.5.0
Pavel Loginov 2021-12-27 12:11:19 +03:00
parent 6fe17c2d32
commit 5f27f86df0
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ $( function() {
$("#ajaxmon").html('')
$("#ajaxmon").html(wait_mess);
var ext_prom = 0;
if ($('#haproxy_ext_prom').is(':checked')) {
if ($('#nginx_ext_prom').is(':checked')) {
ext_prom = '1';
}
$.ajax( {
@ -239,7 +239,7 @@ $( function() {
$("#ajaxmon").html('')
$("#ajaxmon").html(wait_mess);
var ext_prom = 0;
if ($('#haproxy_ext_prom').is(':checked')) {
if ($('#node_ext_prom').is(':checked')) {
ext_prom = '1';
}
$.ajax( {