소스 검색

[frontend] add iceberg indicator to table browser (#2849)

Co-authored-by: Björn Alm <balm@cloudera.com>
Bjorn Alm 3 년 전
부모
커밋
fea68948ea
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      apps/metastore/src/metastore/templates/metastore.mako

+ 3 - 0
apps/metastore/src/metastore/templates/metastore.mako

@@ -250,6 +250,9 @@ ${ components.menubar(is_embeddable) }
           </a>
         </span>
         ${ _('Table') }
+        <!-- ko if: $parent.catalogEntry.isIcebergTable() -->
+          <i class="fa muted fa-snowflake-o" title="${ _('Iceberg table') }"></i>
+        <!-- /ko -->
       <!-- /ko -->
     </div>
     <!-- ko ifnot: $parent.catalogEntry.isView() -->