aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/webapp/WEB-INF/app/views/groups/index.html.erb
blob: fedf3bd424cb6e293360b21809e35f9f0150a69c (plain)
1
2
3
4
5
6
<div id="groups"></div>
<script>
  require(['apps/groups/app'], function (App) {
    App.start({ el: '#groups' });
  });
</script>