Browse Source

HUE-526. Clicking "Browse Table" on a Hive View in Beeswax launches MR job

I moved the tabs, so that it shows the table column info by default. But I
forgot to renamed the tab titles.
bc Wong 14 years ago
parent
commit
3d7d5721fb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      apps/beeswax/src/beeswax/templates/describe_table.mako

+ 3 - 3
apps/beeswax/src/beeswax/templates/describe_table.mako

@@ -102,13 +102,13 @@ ${wrappers.head("Beeswax %s Metadata: %s" % (view_or_table_noun, table.tableName
   <div class="right_col">
     <div data-filters="Tabs">
       <ul class="toolbar tabs">
-        % if top_rows is not None:
-          <li><span>Sample</span></li>
-        % endif
         <li><span>Columns</span></li>
         % if len(table.partitionKeys) > 0:
           <li><span>Partition Columns</span></li>
         % endif
+        % if top_rows is not None:
+          <li><span>Sample</span></li>
+        % endif
       </ul>
       <ul class="tab_sections jframe-clear">
 	## Tab 1: Column description