Jelajahi Sumber

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

Co-authored-by: Björn Alm <balm@cloudera.com>
Bjorn Alm 3 tahun lalu
induk
melakukan
fea68948ea
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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() -->