Merge branch 'master-dev' into feature-Beta-dev-renpy
This commit is contained in:
		
						commit
						7c2d03d7da
					
				| 
						 | 
				
			
			@ -207,25 +207,25 @@ const columns = [
 | 
			
		|||
    },
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'CPU UTILIZATION',
 | 
			
		||||
    title: 'DB MEMORY',
 | 
			
		||||
    align: 'center',
 | 
			
		||||
    dataIndex: 'cpuUutilzation',
 | 
			
		||||
    dataIndex: ' dbMemory',
 | 
			
		||||
    scopedSlots: {
 | 
			
		||||
      customRender: 'cpu',
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'MEMORY USAGE',
 | 
			
		||||
    title: 'LOG REMAINING SIZE',
 | 
			
		||||
    align: 'center',
 | 
			
		||||
    dataIndex: 'memoryUsage',
 | 
			
		||||
    dataIndex: 'logRemainingSize',
 | 
			
		||||
    scopedSlots: {
 | 
			
		||||
      customRender: 'memory',
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    title: 'DISK USAGE',
 | 
			
		||||
    title: 'DB SIZE',
 | 
			
		||||
    align: 'center',
 | 
			
		||||
    dataIndex: 'diskUsage',
 | 
			
		||||
    dataIndex: 'dbSize',
 | 
			
		||||
    scopedSlots: {
 | 
			
		||||
      customRender: 'disk',
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user