浏览代码

HUE-6077 [frontend] Fixed size of breadcrumbs on Metastore

Enrico Berti 8 年之前
父节点
当前提交
9cba3d04ab
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/metastore/src/metastore/templates/metastore.mako

+ 2 - 2
apps/metastore/src/metastore/templates/metastore.mako

@@ -1099,12 +1099,12 @@ ${ components.menubar() }
       % endif
       <div class="content-panel" data-bind="niceScroll">
         <div class="metastore-main">
-          <h3>
+          <h1>
             <!-- ko template: { if: database() !== null && database().table() !== null, name: 'metastore-describe-table-actions' }--><!-- /ko -->
             <!-- ko template: { if: database() !== null && database().table() === null, name: 'metastore-tables-actions' }--><!-- /ko -->
             <!-- ko template: { if: database() === null, name: 'metastore-databases-actions' }--><!-- /ko -->
             <!-- ko template: 'metastore-breadcrumbs' --><!-- /ko -->
-          </h3>
+          </h1>
           <i data-bind="visible: loading" class="fa fa-spinner fa-spin fa-2x margin-left-10" style="color: #999; display: none;"></i>
           <!-- ko template: { if: !loading() && database() === null, name: 'metastore-databases' } --><!-- /ko -->
           <!-- ko with: database -->