From a239ce07559972312370374b19a6300c3f4c321a Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Mon, 21 Nov 2022 11:46:24 +0300 Subject: [PATCH] v6.3.0.0 Changelog: https://roxy-wi.org/changelog#6_3_0 --- inc/users.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/users.js b/inc/users.js index 4361c51d..3bbebf14 100644 --- a/inc/users.js +++ b/inc/users.js @@ -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' ){