|
|
@@ -637,10 +637,10 @@ if USE_NEW_EDITOR.get():
|
|
|
<a title="${_('Hadoop Security')}" rel="navigator-tooltip" href="#" data-toggle="dropdown" class="dropdown-toggle">Security <b class="caret"></b></a>
|
|
|
<ul role="menu" class="dropdown-menu">
|
|
|
% if HIVE_V1.get():
|
|
|
- <li><a href="${ url('security:hive') }"> <img src="/static/metastore/art/icon_metastore_48.png" class="app-icon"></img> ${_('Sentry Tables')}</a></li>
|
|
|
+ <li><a href="${ url('security:hive') }"> <img src="/static/metastore/art/icon_metastore_48.png" class="app-icon"></img> ${_('Hive Tables')}</a></li>
|
|
|
% endif
|
|
|
% if HIVE_V2.get():
|
|
|
- <li><a href="${ url('security:hive2') }"> <img src="/static/metastore/art/icon_metastore_48.png" class="app-icon"></img> ${_('Sentry Tables v2')}</a></li>
|
|
|
+ <li><a href="${ url('security:hive2') }"> <img src="/static/metastore/art/icon_metastore_48.png" class="app-icon"></img> ${_('Hive Tables v2')}</a></li>
|
|
|
% endif
|
|
|
% if SOLR_V2.get():
|
|
|
<li><a href="${ url('security:solr') }"> <i class="fa fa-database"></i> ${_('Solr Collections')}</a></li>
|