Skip to content

Commit

Permalink
Merge pull request getredash#225 from alison985/218_open_docs_in_new_tab
Browse files Browse the repository at this point in the history
218 open docs in new tab
  • Loading branch information
alison985 authored Aug 29, 2017
2 parents 89b5b4b + ecee020 commit 6c7f436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/pages/queries/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>
<span class="text-muted">Data Source</span>
<select id="data-source-selection" ng-disabled="!isQueryOwner" ng-model="query.data_source_id" ng-change="updateDataSource()"
ng-options="ds.id as ds.name for ds in dataSources"></select>
<a ng-if="dataSource.options.doc_url != '' && dataSource.options.doc_url" ng-href={{dataSource.options.doc_url}}>{{dataSource.type_name}} documentation</a>
<a ng-if="dataSource.options.doc_url != '' && dataSource.options.doc_url" ng-href={{dataSource.options.doc_url}} target="_blank">{{dataSource.type_name}} documentation</a>
<span ng-if="dataSource.options.doc_url == '' || !dataSource.options.doc_url">{{ dataSource.type_name }} documentation</span>
<get-data-source-version id='data-source-version'></get-data-source-version>

Expand Down

0 comments on commit 6c7f436

Please sign in to comment.