Use config.features to customize UI

This commit is contained in:
Girish Ramakrishnan
2019-05-07 10:11:54 -07:00
parent 5d1ff97bf3
commit 48c3372c33
12 changed files with 17 additions and 27 deletions
-2
View File
@@ -264,8 +264,6 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
Client.prototype.setConfig = function (config) {
var that = this;
config.managed = config.provider === 'caas';
angular.copy(config, this._config);
this._configListener.forEach(function (callback) {