浏览代码

HUE-3450 [metastore] Make consistent background of joins

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

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

@@ -981,8 +981,8 @@ ${ assist.assistPanel() }
           <tbody data-bind="hueach: {data: joinedtables(), itemHeight: 29, scrollable: '.right-panel', scrollableOffset: 200}">
           <tr>
             <td class="pointer" data-bind="text: tableEid, click: function(){ window.open($root.optimizerUrl() + '#/table/' + tableEid(), '_blank'); }"></td>
-            <td class="progress" style="height: 10px; width: 70px; margin-top:5px;">
-              <div class="bar" style="background-color: #338bb8" data-bind="style: { 'width' : joinpercent() + '%' }, attr: {'title': joinpercent()}"></div>
+            <td style="height: 10px; width: 70px; margin-top:5px;">
+              <div class="progress bar" style="background-color: #338bb8" data-bind="style: { 'width' : joinpercent() + '%' }, attr: {'title': joinpercent()}"></div>
             </td>            
             <td><a data-bind="text: tableName, attr: { href: '/metastore/table/' + $root.database().name + '/' + tableName() }"</a></td>
             <td class="pointer"><code data-bind="text: joinColumns, click: scrollToColumn"></code></td>