Fix change dashboard domain UI issues

This commit is contained in:
Girish Ramakrishnan
2019-01-06 14:52:36 -08:00
parent 67415ff715
commit 428bd43d60
4 changed files with 44 additions and 25 deletions

View File

@@ -57,6 +57,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
checkStatus: function () {
Client.getLatestTaskByType('update', function (error, task) {
if (error) return console.error(error);
if (!task) return;
$scope.update.taskId = task.id;
$scope.update.updateStatus();