refactor(yarn-query): 移除b5-sync配置

This commit is contained in:
2024-01-17 17:36:26 +08:00
parent f49e2961cc
commit c74b38588b
2 changed files with 1 additions and 3 deletions

View File

@@ -11,13 +11,12 @@ function yarnClusterTab() {
{ {
title: '总体情况', title: '总体情况',
tab: [ tab: [
yarnQueueCrud('b1,b5,b5-sync,a4,b12') yarnQueueCrud('b1,b5,a4,b12')
], ],
}, },
yarnTab('b1', 'b1'), yarnTab('b1', 'b1'),
yarnTab('a4', 'a4'), yarnTab('a4', 'a4'),
yarnTab('b5', 'b5'), yarnTab('b5', 'b5'),
yarnTab('b5-sync', 'b5-sync'),
yarnTab('t5', 't5'), yarnTab('t5', 't5'),
yarnTab('b12', 'b12'), yarnTab('b12', 'b12'),
] ]

View File

@@ -9,6 +9,5 @@ yarn:
b1: http://132.122.98.13:8088 b1: http://132.122.98.13:8088
b4: http://132.122.112.30:8088 b4: http://132.122.112.30:8088
b5: http://132.122.116.12:8088 b5: http://132.122.116.12:8088
b5-sync: http://132.122.116.143:8088
t5: http://132.121.126.84:8088 t5: http://132.121.126.84:8088
b12: http://132.126.207.125:8088 b12: http://132.126.207.125:8088