mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	优化缓存任务Key状态显示
This commit is contained in:
		@@ -82,9 +82,10 @@ func (this *TaskAction) RunGet(params struct {
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		keyMaps = append(keyMaps, maps.Map{
 | 
			
		||||
			"key":    key.Key,
 | 
			
		||||
			"isDone": key.IsDone,
 | 
			
		||||
			"errors": errorMaps,
 | 
			
		||||
			"key":     key.Key,
 | 
			
		||||
			"isDone":  key.IsDone,
 | 
			
		||||
			"isDoing": key.IsDoing,
 | 
			
		||||
			"errors":  errorMaps,
 | 
			
		||||
		})
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user