浏览代码

[metastore] Use the viewmodel columns for the columns tab

Johan Ahlen 10 年之前
父节点
当前提交
2edc865a26
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      apps/metastore/src/metastore/templates/describe_table.mako

+ 3 - 1
apps/metastore/src/metastore/templates/describe_table.mako

@@ -300,7 +300,9 @@ ${ assist.assistPanel() }
               </div>
 
               <div class="tab-pane" id="columns">
-                ${ column_table(table.cols, "columnTable", True) }
+                <!-- ko with: columns -->
+                <!-- ko template: "columns-table" --><!-- /ko -->
+                <!-- /ko -->
               </div>
 
               % if table.partition_keys: