feature(web): 增加 a4 集群的监控
This commit is contained in:
8
web/components/yarn-cluster-tab.js
Normal file
8
web/components/yarn-cluster-tab.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function yarnClusterTab() {
|
||||
return {
|
||||
title: '集群资源',
|
||||
tab: [
|
||||
yarnQueueCrud('b1,b5,b5-sync,a4,b4')
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user