rework update ui

- this is not modal anymore
- can be canceled
This commit is contained in:
Girish Ramakrishnan
2018-11-30 16:06:37 -08:00
parent cbdb90d06b
commit d8dfa89f87
6 changed files with 65 additions and 193 deletions

View File

@@ -201,11 +201,6 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
});
Client.onConfig(function (config) {
// check if we are actually updating
// if (config.progress.update && config.progress.update.percent !== -1) {
// window.location.href = '/update.html';
// }
if (config.cloudronName) {
document.title = config.cloudronName;
}