diff --git a/web/components/cloud-tab.js b/web/components/cloud-tab.js
index 80a6db9..b453534 100644
--- a/web/components/cloud-tab.js
+++ b/web/components/cloud-tab.js
@@ -28,10 +28,10 @@ function cloudCrud(title, path) {
label: '启动时间',
...time('serviceUpTime'),
align: 'center',
- width: 140,
+ width: 160,
},
{name: 'url', label: '地址', width: 200},
- {name: 'serviceId', label: '服务', width: 180, fixed: 'right'},
+ {name: 'serviceId', label: '服务', width: 200, fixed: 'right'},
]
}
}
diff --git a/web/components/common.js b/web/components/common.js
index bd50dc1..502730c 100644
--- a/web/components/common.js
+++ b/web/components/common.js
@@ -142,6 +142,7 @@ function yarnQueueCrud(clusters = undefined, queueNames = undefined) {
type: 'tooltip-wrapper',
body: '${TRUNCATE(queueName, 20)}',
content: '${queueName}',
+ inline: true,
},
{
label: '当前容量',
@@ -238,6 +239,7 @@ function yarnCrudColumns() {
className: 'nowrap',
type: 'tpl',
tpl: "${IF(syncApplication, 'S', IF(compactionApplication, 'C', ''))}${IF(hudiApplication, '', '')}${IF(syncApplication, flinkJobName, IF(compactionApplication, alias, name))}",
+ // tpl: '${name}',
backgroundScale: {
min: 0.001,
max: 1.000,
diff --git a/web/components/yarn-tab.js b/web/components/yarn-tab.js
index 545edd7..b162bbc 100644
--- a/web/components/yarn-tab.js
+++ b/web/components/yarn-tab.js
@@ -1,6 +1,6 @@
function yarnTab(cluster, title, queueNames = 'root', searchName = undefined) {
return {
- title: `${title} 集群`,
+ title: `${title}集群`,
tab: [
{
id: `${cluster}-yarn-service`,