Show usermanagement indicator in app grid
This commit is contained in:
@@ -2038,6 +2038,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
if (error) return callback(error);
|
||||
|
||||
async.eachLimit(apps, 20, function (app, iteratorCallback) {
|
||||
app.ssoAuth = (app.manifest.addons['ldap'] || app.manifest.addons['proxyAuth']) && app.sso;
|
||||
|
||||
// only fetch if we have permissions
|
||||
if (!that._userInfo.isAtLeastAdmin) {
|
||||
app.progress = 0;
|
||||
|
||||
Reference in New Issue
Block a user