feat(web): 增加服务个数显示
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const commonInfo = {
|
||||
// baseUrl: 'http://132.126.207.130:35690/hudi_services/service_web',
|
||||
baseUrl: '/hudi_services/service_web',
|
||||
clusters: {
|
||||
// hudi同步运行集群和yarn队列名称
|
||||
|
||||
@@ -16,7 +16,11 @@ function cloudCrud(title, path) {
|
||||
loadDataOnce: true,
|
||||
perPage: 100,
|
||||
columns: [
|
||||
{name: 'name', label: '名称'},
|
||||
{
|
||||
label: '名称',
|
||||
type: 'tpl',
|
||||
tpl: `\${name} \${IF(size === undefined, '', '<span class="font-bold label label-primary">' + size + '</span>')}`
|
||||
},
|
||||
{
|
||||
name: 'status',
|
||||
label: '状态',
|
||||
|
||||
Reference in New Issue
Block a user