mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	改进操作日志
This commit is contained in:
		@@ -15,7 +15,7 @@ func (this *UpdateInstallStatusAction) RunPost(params struct {
 | 
			
		||||
	IsInstalled bool
 | 
			
		||||
}) {
 | 
			
		||||
	// 创建日志
 | 
			
		||||
	this.CreateLog(oplogs.LevelInfo, "修改节点安装状态 %d", params.NodeId)
 | 
			
		||||
	defer this.CreateLog(oplogs.LevelInfo, "修改节点安装状态 %d", params.NodeId)
 | 
			
		||||
 | 
			
		||||
	_, err := this.RPC().NodeRPC().UpdateNodeIsInstalled(this.AdminContext(), &pb.UpdateNodeIsInstalledRequest{
 | 
			
		||||
		NodeId:      params.NodeId,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user