Skip to content

Commit af85a2f

Browse files
committed
去除服务这边版本信息
1 parent 9426cde commit af85a2f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ambari-web/app/views/main/admin/stack_upgrade/menu_view.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ App.MainAdminStackMenuView = Em.CollectionView.extend({
2929
name: 'services',
3030
label: Em.I18n.t('common.stack'),
3131
routing: 'services'
32-
}),
33-
Em.Object.create({
34-
name: 'versions',
35-
label: Em.I18n.t('common.versions'),
36-
routing: 'versions',
37-
hidden: !App.get('stackVersionsAvailable')
38-
}),
39-
Em.Object.create({
40-
name: 'upgradeHistory',
41-
label: Em.I18n.t('common.upgrade.history'),
42-
routing: 'upgradeHistory',
43-
hidden: !App.get('upgradeHistoryAvailable')
4432
})
4533
]
4634
}.property('App.stackVersionsAvailable'),

0 commit comments

Comments
 (0)