This commit is contained in:
Girish Ramakrishnan
2018-10-30 22:51:59 -07:00
parent 92660e037d
commit 643d2f3fad

View File

@@ -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'