Check updateStatus on ready

This commit is contained in:
Girish Ramakrishnan
2018-12-04 14:05:55 -08:00
parent 04e8b14fc4
commit ce9a03a5a8

View File

@@ -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);