separate the provision status and cloudron status

This commit is contained in:
Girish Ramakrishnan
2023-08-10 18:45:27 +05:30
parent 98719aa942
commit 1cdd528b45
13 changed files with 93 additions and 75 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
},
reloadIfNeeded: function () {
Client.getStatus(function (error, status) {
Client.getProvisionStatus(function (error, status) {
if (error) return $scope.error(error);
if (window.localStorage.version !== status.version) window.location.reload(true);