Univention Bugzilla – Attachment 6464 Details for
Bug 36992
server shutdown progressbar does not close on failures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug36992.patch (text/plain), 641 bytes, created by
Florian Best
on 2014-11-25 10:10:59 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2014-11-25 10:10:59 CET
Size:
641 bytes
patch
obsolete
>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() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36992
: 6464