From 58b210cf41f1efac758f12d33fd51f883c293667 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 19 Jan 2016 14:35:02 +0100 Subject: [PATCH] SONAR-7133 Display number of tokens for each user --- .../src/main/js/apps/users/templates/users-list-item.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs b/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs index b410552e342..771d5c987bc 100644 --- a/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs +++ b/server/sonar-web/src/main/js/apps/users/templates/users-list-item.hbs @@ -40,7 +40,8 @@ - + {{tokenCount}} + -- 2.39.5