diff --git a/ucs-4.0-0/management/univention-management-console-module-lib/umc/js/lib/server.js b/ucs-4.0-0/management/univention-management-console-module-lib/umc/js/lib/server.js index ee7cc0c..cab894d 100644 --- a/ucs-4.0-0/management/univention-management-console-module-lib/umc/js/lib/server.js +++ b/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() {