|
@@ -93,7 +93,7 @@ from desktop.views import _ko
|
|
|
<a class="inactive-action" href="#sampleTab" data-toggle="tab">${_('Sample')}</a>
|
|
<a class="inactive-action" href="#sampleTab" data-toggle="tab">${_('Sample')}</a>
|
|
|
</li>
|
|
</li>
|
|
|
<li data-bind="click: function () { activeTab('analysis'); }, css: { 'active' : activeTab() === 'analysis' }">
|
|
<li data-bind="click: function () { activeTab('analysis'); }, css: { 'active' : activeTab() === 'analysis' }">
|
|
|
- <a class="inactive-action" href="#analysisTab" data-toggle="tab">${_('Analysis')} <span class="pull-right stats-warning muted" data-bind="visible: inaccurate() && column == null && !isComplexType && !isView" rel="tooltip" data-placement="top" title="${ _('The column stats for this table are not accurate') }" style="margin-left: 8px"><i class="fa fa-exclamation-triangle"></i></span></a>
|
|
|
|
|
|
|
+ <a class="inactive-action" href="#analysisTab" data-toggle="tab"><span class="pull-right stats-warning muted" data-bind="visible: inaccurate() && column == null && !isComplexType && !isView" rel="tooltip" data-placement="top" title="${ _('The column stats for this table are not accurate') }" style="margin-left: 8px"><i class="fa fa-exclamation-triangle"></i></span>${_('Analysis')} </a>
|
|
|
</li>
|
|
</li>
|
|
|
<!-- ko if: sourceType === 'hive' || sourceType === 'impala' -->
|
|
<!-- ko if: sourceType === 'hive' || sourceType === 'impala' -->
|
|
|
<li class="pull-right">
|
|
<li class="pull-right">
|