feature(web): 增加 a4 集群的监控

This commit is contained in:
2023-05-31 18:50:52 +08:00
parent 08f2b43ee6
commit 6132f46325
8 changed files with 276 additions and 155 deletions

View File

@@ -0,0 +1,8 @@
function yarnClusterTab() {
return {
title: '集群资源',
tab: [
yarnQueueCrud('b1,b5,b5-sync,a4,b4')
]
}
}