Update feature test comments

This commit is contained in:
Johannes Zellner
2020-03-09 14:19:12 -07:00
parent 62a6095ed7
commit 31e3c8da30
+3 -1
View File
@@ -375,8 +375,10 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
// => This is just for easier testing
// this._config.features.userMaxCount = 5;
// this._config.features.externalLdap = false;
// this._config.features.eventLog = false;
// this._config.features.privateDockerRegistry = false;
// this._config.features.branding = true;
// this._config.features.userManager = true;
// this._config.features.multiAdmin = true;
// this._config.features.support = true;
this._configListener.forEach(function (callback) {