声明:博主写了一些 Ambari 系列文章,可以在历史文章中查看。
1
2
3
4
5
6
7
8
9
10
11# 路径:
/app/views/main/menu.js
# 第 148 行添加:
// license 管理
if (true) {
categories.push({
name: 'ServiceLicense',
url: 'ServiceLicense',
label: 'License Management'
//disabled: App.get('upgradeInProgress') || App.get('upgradeHolding')
});}