diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb index a2e41ce838b..9515cb7471c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/groups/index.html.erb @@ -3,10 +3,10 @@ <td valign="top"> <h1 class="marginbottom10">Groups</h1> - <table class="data width100" id="groups"> + <table class="data width100 sortable" id="groups"> <thead> <tr> - <th class="left">Name</th> + <th class="left sortfirstasc">Name</th> <th class="left">Description</th> <th class="left">Members</th> <th class="left" nowrap>Operations</th> @@ -30,6 +30,7 @@ <% end %> </tbody> </table> + <script>TableKit.Sortable.init('groups');</script> </td> <td class="sep"> </td> <td valign="top" align="right" width="210"> |