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).
13 lines
453 B
HTML
13 lines
453 B
HTML
<settings-screen>
|
|
<div class="row voffset1">
|
|
<div class="col-md-4">
|
|
<p>
|
|
<a href="data_sources/new" class="btn btn-default"><i class="fa fa-plus"></i> New Data Source</a>
|
|
</p>
|
|
<div class="list-group">
|
|
<a ng-href="data_sources/{{dataSource.id}}" class="list-group-item" ng-repeat="dataSource in dataSources"><i class="fa fa-database"></i> {{dataSource.name}}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</settings-screen>
|