mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Merge pull request #1141 from getredash/random
Make create data source button more prominent
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user