feature(yarn-query): 增加 yarn cluster 页面的入口

This commit is contained in:
2023-05-30 10:36:04 +08:00
parent 2d95a3824a
commit 58c945fa55
8 changed files with 52 additions and 15 deletions

View File

@@ -112,13 +112,13 @@ function yarnTab(cluster, title, queueNames = 'default', searchName = undefined)
}
},
{
disabled: true,
visibleOn: "${webUrl}",
label: "管理页面",
type: "action",
level: "link",
tooltip: '打开管理页面',
actionType: 'url',
url: '',
url: '${webUrl}',
blank: true,
}
]