mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
- Based on the SuperFlat admin theme (I bought the extended license). - All pages are now full-width to give your data the room it deserves. - Various UX improvements (althuogh there is still room for improvement).
14 lines
447 B
HTML
14 lines
447 B
HTML
<settings-screen>
|
|
<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>
|
|
</settings-screen>
|