--- a/ucs-4.0-0/management/univention-management-console-module-lib/umc/js/lib/server.js +++ a/ucs-4.0-0/management/univention-management-console-module-lib/umc/js/lib/server.js @@ -258,7 +258,9 @@ define([ }); }; - tools.umcpCommand('lib/server/shutdown').then(start_pinging); + tools.umcpCommand('lib/server/shutdown').then(start_pinging, function() { + progress.close(); + }); }, ping: function() {