refactor(web): 优化表详情显示
This commit is contained in:
@@ -156,6 +156,7 @@ function tableTab() {
|
||||
align: 'center',
|
||||
...mappingField('syncRunning', tableRunningStateMapping),
|
||||
className: 'bg-green-50',
|
||||
width: 140,
|
||||
},
|
||||
{
|
||||
name: 'source_start_time',
|
||||
@@ -203,6 +204,7 @@ function tableTab() {
|
||||
align: 'center',
|
||||
...mappingField('compactionRunning', tableRunningStateMapping),
|
||||
className: 'bg-cyan-50',
|
||||
width: 140,
|
||||
},
|
||||
{
|
||||
name: 'compaction_status',
|
||||
|
||||
Reference in New Issue
Block a user