replaced loader with PageSetupWizardInstalling when updating container settings

This commit is contained in:
vladimir.kuznetsov 2023-12-01 14:16:27 +07:00
parent 3defb09da9
commit e619fd4af9
6 changed files with 12 additions and 8 deletions

View file

@ -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()
}
}