|
@@ -773,12 +773,12 @@ from notebook.conf import ENABLE_QUERY_BUILDER, ENABLE_QUERY_SCHEDULING, get_ord
|
|
|
% if ENABLE_NEW_CREATE_TABLE.get():
|
|
% if ENABLE_NEW_CREATE_TABLE.get():
|
|
|
<!-- ko if: sourceType === 'hive' || sourceType === 'impala' -->
|
|
<!-- ko if: sourceType === 'hive' || sourceType === 'impala' -->
|
|
|
<!-- ko if: typeof databaseName !== 'undefined' -->
|
|
<!-- ko if: typeof databaseName !== 'undefined' -->
|
|
|
- <a class="inactive-action" data-bind="hueLink: '${ url('indexer:importer_prefill', source_type='all', target_type='table') }' + databaseName + '?sourceType=' + sourceType" title="${_('Create table')}" href="javascript:void(0)">
|
|
|
|
|
|
|
+ <a class="inactive-action" data-bind="hueLink: '${ url('indexer:importer_prefill', source_type='all', target_type='table') }' + databaseName + '/?sourceType=' + sourceType" title="${_('Create table')}" href="javascript:void(0)">
|
|
|
<i class="pointer fa fa-plus" title="${_('Create table')}"></i>
|
|
<i class="pointer fa fa-plus" title="${_('Create table')}"></i>
|
|
|
</a>
|
|
</a>
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
<!-- ko if: typeof databases !== 'undefined' -->
|
|
<!-- ko if: typeof databases !== 'undefined' -->
|
|
|
- <a class="inactive-action" data-bind="hueLink: '${ url('indexer:importer_prefill', source_type='manual', target_type='database') }' + '?sourceType=' + sourceType" href="javascript:void(0)">
|
|
|
|
|
|
|
+ <a class="inactive-action" data-bind="hueLink: '${ url('indexer:importer_prefill', source_type='manual', target_type='database') }' + '/?sourceType=' + sourceType" href="javascript:void(0)">
|
|
|
<i class="pointer fa fa-plus" title="${ _('Create database') }"></i>
|
|
<i class="pointer fa fa-plus" title="${ _('Create database') }"></i>
|
|
|
</a>
|
|
</a>
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|