feature(web): 优化 web 界面显示

时间字段展示、集群展示等
This commit is contained in:
2023-06-01 14:02:18 +08:00
parent 001e8d3e5f
commit 7768b427aa
5 changed files with 51 additions and 50 deletions

View File

@@ -101,7 +101,7 @@ function yarnTab(cluster, title, queueNames = 'root', searchName = undefined) {
{
type: 'pagination',
layout: ['pager', 'perPage'],
maxButtons: 8,
maxButtons: 5,
showPageInput: false,
}
],
@@ -109,7 +109,7 @@ function yarnTab(cluster, title, queueNames = 'root', searchName = undefined) {
{
type: 'pagination',
layout: ['pager', 'perPage'],
maxButtons: 8,
maxButtons: 5,
showPageInput: false,
}
],