Browse Source

[metastore] Use the viewmodel columns for the columns tab

Johan Ahlen 10 years ago
parent
commit
2edc865a26
1 changed files with 3 additions and 1 deletions
  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>
 
 
               <div class="tab-pane" id="columns">
               <div class="tab-pane" id="columns">
-                ${ column_table(table.cols, "columnTable", True) }
+                <!-- ko with: columns -->
+                <!-- ko template: "columns-table" --><!-- /ko -->
+                <!-- /ko -->
               </div>
               </div>
 
 
               % if table.partition_keys:
               % if table.partition_keys: