|
|
@@ -978,9 +978,8 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
|
|
|
<script type="text/html" id="code-editor-snippet-body${ suffix }">
|
|
|
<!-- ko if: HAS_OPTIMIZER && (type() == 'impala' || type() == 'hive') -->
|
|
|
<div class="optimizer-container" data-bind="css: { 'active': showOptimizer }">
|
|
|
- <div class="round-icon empty"> </div>
|
|
|
<!-- ko if: hasSuggestion() == null -->
|
|
|
- <div class="round-icon idle">
|
|
|
+ <div class="round-icon idle" title="${ _ko('Checking statement for potential risks...') }">
|
|
|
<i class="fa" data-bind="css: {'fa-spinner fa-spin': complexityCheckRunning}"></i>
|
|
|
</div>
|
|
|
<!-- /ko -->
|