summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/app/layout/components/userbar/userbar.component.ts')
-rw-r--r--portal-FE-common/src/app/layout/components/userbar/userbar.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts b/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts
index 2136abb2..d3680c9c 100644
--- a/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts
+++ b/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts
@@ -82,7 +82,7 @@ export class UserbarComponent implements OnInit {
// $log.error('UserbarCtrl::updateActiveUsers: failed to get active user');
this.stop();
} else {
- var maxItems = 25;
+ var maxItems = 5;
if (_res.length < maxItems)
maxItems = _res.length;
for (var i = 0; i < maxItems; i++) {