feature(yarn-query): 增加 t5 集群信息

This commit is contained in:
2023-07-04 16:01:37 +08:00
parent 740a9aea45
commit 07200b890f
2 changed files with 2 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ yarn:
b4: http://132.122.112.30:8088
b5: http://132.122.116.12:8088
b5-sync: http://132.122.116.143:8088
t5: http://132.121.126.84:8088

View File

@@ -19,6 +19,7 @@ function yarnClusterTab() {
yarnTab('b4', 'b4'),
yarnTab('b5', 'b5'),
yarnTab('b5-sync', 'b5-sync'),
yarnTab('t5', 't5'),
]
}
]