瀏覽代碼

HUE-6462 [metastore] Location link can point to Hue 3 File Browser

Romain Rigaux 8 年之前
父節點
當前提交
cb6786e080
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/metastore/src/metastore/templates/metastore.mako

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

@@ -312,7 +312,7 @@ ${ components.menubar(is_embeddable) }
           ${_('Stored in')} Kudu
         <!-- /ko -->
         <!-- ko if: details.properties.format != 'kudu' -->
-          <a data-bind="attr: {'href': hdfs_link, 'rel': path_location}" title="${_('Open data location')}">${_('Location')}</a>
+          <a data-bind="hueLink: hdfs_link, attr: {'rel': path_location}" title="${_('Open data location')}">${_('Location')}</a>
         <!-- /ko -->
       </div>
       <!-- ko with: $parent.tableStats -->