Skip to content

Commit

Permalink
[frontend] add iceberg indicator to table browser (#2849)
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Alm <[email protected]>
  • Loading branch information
bjornalm and bjornalm authored May 18, 2022
1 parent 4d00fdc commit fea6894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/metastore/src/metastore/templates/metastore.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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() -->
Expand Down

0 comments on commit fea6894

Please sign in to comment.