mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 03:07:34 +08:00 
			
		
		
		
	
							parent
							
								
									fdd57d0801
								
							
						
					
					
						commit
						05b19cefa5
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		|  | @ -162,10 +162,8 @@ const searchLogs = async () => { | |||
| }; | ||||
| 
 | ||||
| const onDownload = async () => { | ||||
|     let msg = | ||||
|         logSearch.tail === 0 | ||||
|             ? i18n.global.t('container.downLogHelper1', [logSearch.container]) | ||||
|             : i18n.global.t('container.downLogHelper2', [logSearch.container, logSearch.tail]); | ||||
|     logSearch.tail = 0; | ||||
|     let msg = i18n.global.t('container.downLogHelper1', [logSearch.container]); | ||||
|     ElMessageBox.confirm(msg, i18n.global.t('file.download'), { | ||||
|         confirmButtonText: i18n.global.t('commons.button.confirm'), | ||||
|         cancelButtonText: i18n.global.t('commons.button.cancel'), | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue