|
@@ -126,11 +126,13 @@ ${ assist.assistPanel() }
|
|
|
<script type="text/html" id="metastore-partition-columns-table">
|
|
<script type="text/html" id="metastore-partition-columns-table">
|
|
|
<div style="overflow: auto">
|
|
<div style="overflow: auto">
|
|
|
<table id="sampleTable" class="table table-striped table-condensed sampleTable">
|
|
<table id="sampleTable" class="table table-striped table-condensed sampleTable">
|
|
|
- <tr>
|
|
|
|
|
- <th style="width: 10px"></th>
|
|
|
|
|
- <th>${_('Name')}</th>
|
|
|
|
|
- <th>${_('Type')}</th>
|
|
|
|
|
- </tr>
|
|
|
|
|
|
|
+ <thead>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th style="width: 10px"></th>
|
|
|
|
|
+ <th>${_('Name')}</th>
|
|
|
|
|
+ <th>${_('Type')}</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </thead>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<!-- ko foreach: detailedKeys -->
|
|
<!-- ko foreach: detailedKeys -->
|
|
|
<tr>
|
|
<tr>
|
|
@@ -147,12 +149,14 @@ ${ assist.assistPanel() }
|
|
|
<script type="text/html" id="metastore-partition-values-table">
|
|
<script type="text/html" id="metastore-partition-values-table">
|
|
|
<div style="overflow: auto">
|
|
<div style="overflow: auto">
|
|
|
<table id="sampleTable" class="table table-striped table-condensed sampleTable">
|
|
<table id="sampleTable" class="table table-striped table-condensed sampleTable">
|
|
|
- <tr>
|
|
|
|
|
- <th style="width: 10px"></th>
|
|
|
|
|
- <th>${_('Values')}</th>
|
|
|
|
|
- <th>${_('Spec')}</th>
|
|
|
|
|
- <th>${_('Browse')}</th>
|
|
|
|
|
- </tr>
|
|
|
|
|
|
|
+ <thead>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th style="width: 10px"></th>
|
|
|
|
|
+ <th>${_('Values')}</th>
|
|
|
|
|
+ <th>${_('Spec')}</th>
|
|
|
|
|
+ <th>${_('Browse')}</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </thead>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<!-- ko foreach: values -->
|
|
<!-- ko foreach: values -->
|
|
|
<tr>
|
|
<tr>
|
|
@@ -173,12 +177,14 @@ ${ assist.assistPanel() }
|
|
|
<script type="text/html" id="metastore-samples-table">
|
|
<script type="text/html" id="metastore-samples-table">
|
|
|
<div style="overflow: auto">
|
|
<div style="overflow: auto">
|
|
|
<table id="sampleTable" class="table table-striped table-condensed sampleTable">
|
|
<table id="sampleTable" class="table table-striped table-condensed sampleTable">
|
|
|
- <tr>
|
|
|
|
|
- <th style="width: 10px"></th>
|
|
|
|
|
- <!-- ko foreach: headers -->
|
|
|
|
|
- <th data-bind="text: $data"></th>
|
|
|
|
|
- <!-- /ko -->
|
|
|
|
|
- </tr>
|
|
|
|
|
|
|
+ <thead>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th style="width: 10px"></th>
|
|
|
|
|
+ <!-- ko foreach: headers -->
|
|
|
|
|
+ <th data-bind="text: $data"></th>
|
|
|
|
|
+ <!-- /ko -->
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </thead>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<!-- ko foreach: rows -->
|
|
<!-- ko foreach: rows -->
|
|
|
<tr>
|
|
<tr>
|
|
@@ -360,7 +366,7 @@ ${ assist.assistPanel() }
|
|
|
% endif
|
|
% endif
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <table id="tablesTable" class="table table-condensed datatables" style="margin-bottom: 10px">
|
|
|
|
|
|
|
+ <table id="tablesTable" class="table table-striped table-condensed sampleTable" style="margin-bottom: 10px">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="1%" style="text-align: center"><div class="hueCheckbox fa" data-bind="hueCheckAll: { allValues: filteredTables, selectedValues: selectedTables }"></div></th>
|
|
<th width="1%" style="text-align: center"><div class="hueCheckbox fa" data-bind="hueCheckAll: { allValues: filteredTables, selectedValues: selectedTables }"></div></th>
|
|
@@ -1390,9 +1396,6 @@ ${ assist.assistPanel() }
|
|
|
## );
|
|
## );
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- // convert link text to URLs in comment column (Columns tab)
|
|
|
|
|
- hueUtils.text2Url(document.querySelectorAll('.sampleTable td:last-child'));
|
|
|
|
|
-
|
|
|
|
|
$('a[data-toggle="tab"]:eq(0)').click();
|
|
$('a[data-toggle="tab"]:eq(0)').click();
|
|
|
});
|
|
});
|
|
|
</script>
|
|
</script>
|