|
|
@@ -486,7 +486,7 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
|
|
|
500: { url: '/500', title: '500' },
|
|
|
editor: { url: '/editor', title: '${_('Editor')}' },
|
|
|
notebook: { url: '/notebook', title: '${_('Notebook')}' },
|
|
|
- metastore: { url: '/metastore/*', title: '${_('Metastore')}' },
|
|
|
+ metastore: { url: '/metastore/*', title: '${_('Table Browser')}' },
|
|
|
dashboard: { url: '/dashboard/*', title: '${_('Dashboard')}' },
|
|
|
oozie_workflow: { url: '/oozie/editor/workflow/*', title: '${_('Workflow')}' },
|
|
|
oozie_coordinator: { url: '/oozie/editor/coordinator/*', title: '${_('Schedule')}' },
|
|
|
@@ -510,9 +510,9 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
|
|
|
useradmin_addldapusers: { url: '/useradmin/users/add_ldap_users', title: '${_('User Admin - Add LDAP User')}' },
|
|
|
useradmin_edituser: { url: '/useradmin/users/edit/:user', title: '${_('User Admin - Edit User')}' },
|
|
|
useradmin_addldapgroups: { url: '/useradmin/users/add_ldap_groups', title: '${_('User Admin - Add LDAP Groups')}' },
|
|
|
- hbase: { url: '/hbase/', title: '${_('HBase')}' },
|
|
|
+ hbase: { url: '/hbase/', title: '${_('HBase Browser')}' },
|
|
|
security_hive: { url: '/security/hive', title: '${_('Security - Hive')}' },
|
|
|
- security_hdfs: { url: '/security/hdfs', title: '${_('Security HDFS')}' },
|
|
|
+ security_hdfs: { url: '/security/hdfs', title: '${_('Security - HDFS')}' },
|
|
|
security_hive2: { url: '/security/hive2', title: '${_('Security - Hive')}' },
|
|
|
security_solr: { url: '/security/solr', title: '${_('Security - SOLR')}' },
|
|
|
help: { url: '/help/', title: '${_('Help')}' },
|