|
|
@@ -373,7 +373,7 @@ def commonheader(title, section, user, padding="90px", skip_topbar=False):
|
|
|
for app in apps:
|
|
|
if app.display_name not in [
|
|
|
'beeswax', 'impala', 'pig', 'jobsub', 'jobbrowser', 'metastore', 'hbase', 'sqoop', 'oozie', 'filebrowser',
|
|
|
- 'useradmin', 'search', 'help', 'about', 'zookeeper', 'proxy', 'rdbms', 'spark', 'indexer', 'security', 'notebook']:
|
|
|
+ 'useradmin', 'search', 'help', 'about', 'zookeeper', 'proxy', 'rdbms', 'spark', 'indexer', 'security', 'notebook'] and app.menu_index != -1:
|
|
|
other_apps.append(app)
|
|
|
if section == app.display_name:
|
|
|
current_app = app
|