mirror of
https://github.com/getredash/redash.git
synced 2026-05-11 00:00:57 -04:00
16 lines
520 B
HTML
16 lines
520 B
HTML
<div class="container">
|
|
<users-nav></users-nav>
|
|
|
|
<div class="row voffset1">
|
|
<div class="col-md-12">
|
|
<p ng-if="currentUser.hasPermission('admin')">
|
|
<a ng-click="newGroup()" class="btn btn-default"><i class="fa fa-plus"></i> New Group</a>
|
|
</p>
|
|
|
|
<smart-table rows="groups" columns="gridColumns"
|
|
config="gridConfig"
|
|
class="table table-condensed table-hover"></smart-table>
|
|
</div>
|
|
</div>
|
|
</div>
|