Use config.features to customize UI
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user