diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-15 17:12:04 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-17 16:42:15 +0200 |
commit | 92a5bd4f512a7d9db533d04b051b92c3a3bec6c7 (patch) | |
tree | 09acafc03a11609d18277b814cb90765be0ddf4b /server/sonar-web/src/main/js/apps | |
parent | 99a29c395b07c79b45b3360d15df74718ed95b59 (diff) | |
download | sonarqube-92a5bd4f512a7d9db533d04b051b92c3a3bec6c7.tar.gz sonarqube-92a5bd4f512a7d9db533d04b051b92c3a3bec6c7.zip |
SONAR-9474 Don't hide the avatar column anymore in users adminitration
Diffstat (limited to 'server/sonar-web/src/main/js/apps')
-rw-r--r-- | server/sonar-web/src/main/js/apps/users/templates/users-list.hbs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs b/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs index 15b3fe3ce14..e619880b584 100644 --- a/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs +++ b/server/sonar-web/src/main/js/apps/users/templates/users-list.hbs @@ -1,9 +1,7 @@ <table class="data zebra"> <thead> <tr> - {{#ifShowAvatars}} - <th> </th> - {{/ifShowAvatars}} + <th> </th> <th class="nowrap"> </th> <th class="nowrap">SCM Accounts</th> {{#unless customOrganizations}} |