replace operatorActions with managed

This commit is contained in:
Girish Ramakrishnan
2018-10-30 21:07:37 -07:00
parent 2e6a0411fb
commit 92660e037d
10 changed files with 17 additions and 16 deletions

View File

@@ -417,7 +417,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.currentPlan = caasConfig.plan;
$scope.currency = caasConfig.currency === 'eur' ? '€' : '$';
});
} else if ($scope.config.features.operatorActions) {
} else if (!$scope.config.managed) {
Client.getAppstoreConfig(function (error, appstoreConfig) {
if (error) return console.error(error);
if (!appstoreConfig.token) return;