This reverts commit 6b22204f22c2d25f36a2d099521a25729c89da67.
@@ -33,7 +33,7 @@ ${ commonheader(None, "hbase", user, request) | n,unicode }
<ul class="nav">
<li class="app-header">
<a href="/${app_name}">
- <!-- ko template: { name: 'app-icon-template', data: { icon: 'hbase' } } --><!-- /ko -->
+ <img src="${ static('hbase/art/icon_hbase_48.png') }" class="app-icon" alt="${ _('HBase icon') }" />
${ _('HBase Browser') }
</a>
</li>
@@ -1952,7 +1952,7 @@ from desktop.views import _ko
apiHelper: self.apiHelper,
name: '${ _("HBase") }',
type: 'hbase',
- iconSvg: '#hi-hbase',
+ icon: 'fa-th-large',
minHeight: 50
}));
}