Changelog: https://roxy-wi.org/changelog#6_3_0
pull/355/head
Pavel Loginov 2022-11-21 11:46:24 +03:00
parent c24203e70a
commit a239ce0755
1 changed files with 1 additions and 2 deletions

View File

@ -184,8 +184,7 @@ $( function() {
toastr.error(p_err);
} else if (data.indexOf('success') != '-1' ){
toastr.clear();
var p_err = show_pretty_ansible_error(data);
toastr.error(p_err);
toastr.success(data);
$('#cur_nginx_exp_ver').text('NGINX exporter is installed');
$("#nginx_exp_addserv").trigger( "selectmenuchange" );
} else if (data.indexOf('Info') != '-1' ){