diff --git a/common.js b/common.js index 231c7fc..e7ed223 100644 --- a/common.js +++ b/common.js @@ -274,13 +274,13 @@ function check_uninstall(additional) { console.log('check_uninstall '+additional+': '+data); if (data!="") { jQuery("#"+additional).html(data); - jQuery("#popupText").html(data); // manage2 + jQuery("#popupText").html('
'+data+'
'); // manage2 } if (data!="OK") { setTimeout(check_uninstall, 1000, additional); } else { - jQuery("#popupText").html('Uninstall has finished'); // manage2 + jQuery("#popupText").html('
Uninstall has finished
'); // manage2 jQuery("#"+additional).html('Uninstall has finished'); get_deployments(); } @@ -292,7 +292,7 @@ function uninstall(additional) { jQuery("div.deployment").each(function(index) { $(this).html(''); }); - data = '
You are going to uninstall '+additional.toUpperCase()+'.
Are you sure? If yes, please click on the Uninstall button below.

'; + data = '
You are going to uninstall '+additional.toUpperCase()+'.
Are you sure? If you click on Uninstall button below then all your data will be deleted.

'; jQuery("#"+additional).html(data); jQuery("#popupText").html(data); // manage2 } @@ -305,7 +305,7 @@ function confirm_uninstall(additional) { console.log('uninstall '+additional+': '+data); if (data!="") { jQuery("#"+additional).html(data); - jQuery("#popupText").html(data); // manage2 + jQuery("#popupText").html('
'+data+'
'); // manage2 setTimeout(check_uninstall, 1000, additional); } }); @@ -379,7 +379,7 @@ function deploy(additional) { console.log('deploy '+additional+': '+data); if (data!="") { jQuery("#"+additional).html(data); - jQuery("#popupText").html(data); // manage2 + jQuery("#popupText").html('
'+data+'
'); // manage2 setTimeout(check_deployment, 1000, additional); } }); @@ -398,7 +398,7 @@ function redeploy(additional) { console.log('redeploy '+additional+': '+data); if (data!="") { jQuery("#"+additional).html(data); - jQuery("#popupText").html(data); // manage2 + jQuery("#popupText").html('
'+data+'
'); // manage2 setTimeout(check_deployment, 1000, additional); } }); diff --git a/manage.html b/manage.html index c099e96..b148fe4 100644 --- a/manage.html +++ b/manage.html @@ -9,7 +9,7 @@ Safebox - +