|
@@ -115,7 +115,7 @@ ${ assist.assistPanel() }
|
|
|
<tbody data-bind="hueach: {data: $data, itemHeight: 29, scrollable: '.right-panel', scrollableOffset: 200, disableHueEachRowCount: 5, scrollUp: true}">
|
|
<tbody data-bind="hueach: {data: $data, itemHeight: 29, scrollable: '.right-panel', scrollableOffset: 200, disableHueEachRowCount: 5, scrollUp: true}">
|
|
|
<tr>
|
|
<tr>
|
|
|
## start at 1
|
|
## start at 1
|
|
|
- <td data-bind="text: $index()+$indexOffset()+1"></td>
|
|
|
|
|
|
|
+ <td data-bind="text: $index() + $indexOffset() + 1"></td>
|
|
|
## no stats for partition key type
|
|
## no stats for partition key type
|
|
|
<td>
|
|
<td>
|
|
|
<span class="blue" data-bind="component: { name: 'table-stats', params: {
|
|
<span class="blue" data-bind="component: { name: 'table-stats', params: {
|
|
@@ -819,16 +819,6 @@ ${ assist.assistPanel() }
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
<li><a href="#details" data-toggle="tab" data-bind="click: function(){ $root.currentTab('table-details'); }">${ _('Details') }</a></li>
|
|
<li><a href="#details" data-toggle="tab" data-bind="click: function(){ $root.currentTab('table-details'); }">${ _('Details') }</a></li>
|
|
|
- <!-- ko with: samples -->
|
|
|
|
|
- <!-- ko if: loaded() && rows().length && $root.currentTab() === 'table-sample' -->
|
|
|
|
|
- <li class="pull-right"><a class="pointer" data-bind="click: function () { location.href = '/notebook/browse/' + $root.database().name + '/' + $root.database().table().name; }"><i class="fa fa-external-link"></i> ${ _('Open in editor') }</a>
|
|
|
|
|
- <!-- /ko -->
|
|
|
|
|
- <!-- /ko -->
|
|
|
|
|
- <!-- ko if: $root.currentTab() == 'table-columns' -->
|
|
|
|
|
- <li class="pull-right">
|
|
|
|
|
- <input class="input-xlarge search-query margin-left-10" type="text" placeholder="${ _('Search for a column...') }" data-bind="clearable: columnQuery, value: columnQuery, valueUpdate: 'afterkeydown'"/>
|
|
|
|
|
- </li>
|
|
|
|
|
- <!-- /ko -->
|
|
|
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
|
|
<div class="tab-content margin-top-10" style="border: none; overflow: hidden">
|
|
<div class="tab-content margin-top-10" style="border: none; overflow: hidden">
|
|
@@ -840,7 +830,8 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
|
|
<div class="tab-pane" id="columns">
|
|
<div class="tab-pane" id="columns">
|
|
|
<!-- ko if: $root.currentTab() == 'table-columns' -->
|
|
<!-- ko if: $root.currentTab() == 'table-columns' -->
|
|
|
- <!-- ko template: 'metastore-columns-tab' --><!-- /ko -->
|
|
|
|
|
|
|
+ <input class="input-xlarge search-query margin-left-10" type="text" placeholder="${ _('Search for a column...') }" data-bind="clearable: columnQuery, value: columnQuery, valueUpdate: 'afterkeydown'"/>
|
|
|
|
|
+ <!-- ko template: 'metastore-columns-tab' --><!-- /ko -->
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|