Make use of new support feature flag

This commit is contained in:
Johannes Zellner
2020-03-06 01:08:55 -08:00
parent efbf78ed00
commit a9767ac29a
2 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
// this._config.features.externalLdap = false;
// this._config.features.eventLog = false;
// this._config.features.privateDockerRegistry = false;
// this._config.features.branding = false;
// this._config.features.support = true;
this._configListener.forEach(function (callback) {
callback(that._config);