diff --git a/data/web/js/build/014-mailcow.js b/data/web/js/build/014-mailcow.js index 80854e13..3ca0b6af 100644 --- a/data/web/js/build/014-mailcow.js +++ b/data/web/js/build/014-mailcow.js @@ -226,7 +226,7 @@ $(document).ready(function() { $('#containerName').text(container); $('#triggerRestartContainer').click(function(){ $(this).prop("disabled",true); - $(this).html(' '); + $(this).html('
Loading...
'); $('#statusTriggerRestartContainer').html(lang_footer.restarting_container); $.ajax({ method: 'get', diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index a9e64bf8..e12a5a21 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -165,7 +165,7 @@ $(document).ready(function() { // Log modal $('#dnsInfoModal').on('show.bs.modal', function(e) { var domain = $(e.relatedTarget).data('domain'); - $('.dns-modal-body').html('
'); + $('.dns-modal-body').html('
Loading...
'); $.ajax({ url: '/inc/ajax/dns_diagnostics.php', data: { domain: domain },