Merge pull request #1141 from getredash/random

Make create data source button more prominent
This commit is contained in:
Arik Fraimovich
2016-06-17 18:10:28 +03:00
committed by GitHub

View File

@@ -28,7 +28,7 @@
Looks like no data sources were created yet (or none of them available to the group(s) you're member of). Please Looks like no data sources were created yet (or none of them available to the group(s) you're member of). Please
create one first, and then start querying. create one first, and then start querying.
<br/> <br/>
<a href="data_sources/new" class="btn btn-default">Create Data Source</a> <a href="groups" class="btn btn-default">Manage <a href="data_sources/new" class="btn btn-primary">Create Data Source</a> <a href="groups" class="btn btn-default">Manage
Group Permissions</a> Group Permissions</a>
</overlay> </overlay>
<overlay ng-if="noDataSources && !currentUser.isAdmin"> <overlay ng-if="noDataSources && !currentUser.isAdmin">