Update cmd/dashboard/controller/common_page.go
Co-authored-by: naiba <hi@nai.ba>
This commit is contained in:
		
							parent
							
								
									a22c58305b
								
							
						
					
					
						commit
						1d6cca7a9e
					
				@ -275,7 +275,7 @@ func (cp *commonPage) terminal(c *gin.Context) {
 | 
				
			|||||||
			}, true)
 | 
								}, true)
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		cloudflareCookies, _ = c.Cookie("CF_Authorization")
 | 
					cloudflareCookies,  _ := c.Cookie("CF_Authorization")
 | 
				
			||||||
		terminalData, _ := utils.Json.Marshal(&model.TerminalTask{
 | 
							terminalData, _ := utils.Json.Marshal(&model.TerminalTask{
 | 
				
			||||||
			Host:    terminal.host,
 | 
								Host:    terminal.host,
 | 
				
			||||||
			UseSSL:  terminal.useSSL,
 | 
								UseSSL:  terminal.useSSL,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user