replaced loader with PageSetupWizardInstalling when updating container settings
This commit is contained in:
parent
3defb09da9
commit
e619fd4af9
6 changed files with 12 additions and 8 deletions
|
|
@ -100,6 +100,7 @@ PageType {
|
|||
|
||||
function onUpdateContainerFinished(message) {
|
||||
PageController.showNotificationMessage(message)
|
||||
PageController.closePage()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -108,6 +109,7 @@ PageType {
|
|||
|
||||
function onReconnectWithUpdatedContainer(message) {
|
||||
PageController.showNotificationMessage(message)
|
||||
PageController.closePage()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue