typo
This commit is contained in:
@@ -228,7 +228,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
var that = this;
|
||||
|
||||
// derive feature flags from edition
|
||||
config.isManaged = config.edition === 'hostingprovider' || config.provider === 'caas';
|
||||
config.managed = config.edition === 'hostingprovider' || config.provider === 'caas';
|
||||
|
||||
config.features = {
|
||||
spaces: config.edition === 'education'
|
||||
|
||||
Reference in New Issue
Block a user