|
|
@@ -892,7 +892,7 @@ from notebook.conf import ENABLE_QUERY_BUILDER, ENABLE_QUERY_SCHEDULING, ENABLE_
|
|
|
<script type="text/html" id="snippet-header-statement-type${ suffix }">
|
|
|
% if ENABLE_EXTERNAL_STATEMENT.get():
|
|
|
<!-- ko if: isSqlDialect() -->
|
|
|
- <div class="margin-left-10" data-bind="component: { name: 'hue-drop-down', params: { value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
|
|
|
+ <div class="margin-left-10 statement-type-selector" data-bind="component: { name: 'hue-drop-down', params: { value: statementType, entries: statementTypes, linkTitle: '${ _ko('Statement type') }' } }" style="display: inline-block"></div>
|
|
|
<!-- /ko -->
|
|
|
% endif
|
|
|
</script>
|