Browse Source

HUE-3346 [assist] Line below tabs are not properly positioned

Johan Ahlen 9 năm trước cách đây
mục cha
commit
ee929e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      desktop/core/src/desktop/templates/table_stats.mako

+ 1 - 1
desktop/core/src/desktop/templates/table_stats.mako

@@ -98,7 +98,7 @@ from desktop.views import _ko
           <!-- ko if: sourceType === 'hive' || sourceType === 'impala' -->
           <li class="pull-right">
             <a class="more-link" target="_blank" data-bind="attr: { 'href': '/metastore/table/' + database + '/' + table }">
-              <i class="fa fa-external-link" ></i> ${ _('View more...') }
+              <span class="fa fa-external-link" ></span> ${ _('View more...') }
             </a>
           </li>
           <!-- /ko -->