Skip to content

Commit fea6894

Browse files
authored
[frontend] add iceberg indicator to table browser (#2849)
Co-authored-by: Björn Alm <[email protected]>
1 parent 4d00fdc commit fea6894

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/metastore/src/metastore/templates/metastore.mako

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ ${ components.menubar(is_embeddable) }
250250
</a>
251251
</span>
252252
${ _('Table') }
253+
<!-- ko if: $parent.catalogEntry.isIcebergTable() -->
254+
<i class="fa muted fa-snowflake-o" title="${ _('Iceberg table') }"></i>
255+
<!-- /ko -->
253256
<!-- /ko -->
254257
</div>
255258
<!-- ko ifnot: $parent.catalogEntry.isView() -->

0 commit comments

Comments
 (0)