We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9426cde commit af85a2fCopy full SHA for af85a2f
ambari-web/app/views/main/admin/stack_upgrade/menu_view.js
@@ -29,18 +29,6 @@ App.MainAdminStackMenuView = Em.CollectionView.extend({
29
name: 'services',
30
label: Em.I18n.t('common.stack'),
31
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
40
- name: 'upgradeHistory',
41
- label: Em.I18n.t('common.upgrade.history'),
42
- routing: 'upgradeHistory',
43
- hidden: !App.get('upgradeHistoryAvailable')
44
})
45
]
46
}.property('App.stackVersionsAvailable'),
0 commit comments