|
@@ -676,7 +676,7 @@ from notebook.conf import ENABLE_QUERY_BUILDER, ENABLE_QUERY_SCHEDULING, ENABLE_
|
|
|
<li data-bind="click: function(){ currentQueryTab('queryResults'); }, css: {'active': currentQueryTab() == 'queryResults'}">
|
|
<li data-bind="click: function(){ currentQueryTab('queryResults'); }, css: {'active': currentQueryTab() == 'queryResults'}">
|
|
|
<a class="inactive-action" href="#queryResults" data-toggle="tab">${_('Results')}
|
|
<a class="inactive-action" href="#queryResults" data-toggle="tab">${_('Results')}
|
|
|
<!-- ko if: result.rows() != null -->
|
|
<!-- ko if: result.rows() != null -->
|
|
|
- (<span data-bind="text: result.rows().toLocaleString()" title="${ _('Number of rows') }"></span>)
|
|
|
|
|
|
|
+ (<span data-bind="text: result.rows().toLocaleString() + (type() == 'impala' && result.rows() == 1024 ? '+' : '')" title="${ _('Number of rows') }"></span>)
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
<!-- ko if: showGrid -->
|
|
<!-- ko if: showGrid -->
|
|
|
<div class="inline-block inactive-action margin-left-10 pointer" title="${_('Search the results')}" data-bind="click: function(data, e){ $(e.target).parents('.snippet').find('.resultTable').hueDataTable().fnShowSearch() }"><i class="snippet-icon fa fa-search"></i></div>
|
|
<div class="inline-block inactive-action margin-left-10 pointer" title="${_('Search the results')}" data-bind="click: function(data, e){ $(e.target).parents('.snippet').find('.resultTable').hueDataTable().fnShowSearch() }"><i class="snippet-icon fa fa-search"></i></div>
|