Check updateStatus on ready
This commit is contained in:
@@ -451,6 +451,8 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
|
||||
Client.onReady(function () {
|
||||
getAutoupdatePattern();
|
||||
|
||||
$scope.update.updateStatus();
|
||||
|
||||
if ($scope.config.provider === 'caas') {
|
||||
Client.getCaasConfig(function (error, caasConfig) {
|
||||
if (error) return console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user