feat(web): 集群信息改为统一配置

This commit is contained in:
2024-02-29 19:55:38 +08:00
parent 677fd1d246
commit 479e7a58f2
9 changed files with 67 additions and 56 deletions

View File

@@ -119,7 +119,7 @@ function taskTab() {
method: 'get',
url: `\${base}/yarn/job_list`,
data: {
clusters: `b12`,
clusters: commonInfo.clusters.sync_names(),
page: '${page|default:undefined}',
count: '${perPage|default:undefined}',
order: '${orderBy|default:undefined}',