Explorar o código

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

Co-authored-by: Björn Alm <balm@cloudera.com>
Bjorn Alm %!s(int64=3) %!d(string=hai) anos
pai
achega
fea68948ea
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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() -->