View | Details | Raw Unified | Return to bug 36992
Collapse All | Expand All

(-)a/ucs-4.0-0/management/univention-management-console-module-lib/umc/js/lib/server.js (-1 / +3 lines)
 Lines 258-264   define([ Link Here 
258
				});
258
				});
259
			};
259
			};
260
260
261
			tools.umcpCommand('lib/server/shutdown').then(start_pinging);
261
			tools.umcpCommand('lib/server/shutdown').then(start_pinging, function() {
262
				progress.close();
263
			});
262
		},
264
		},
263
265
264
		ping: function() {
266
		ping: function() {

Return to bug 36992