forked from gitea/gitea
		
	Fix incorrect last online time in runner_edit.tmpl (#24376)
Before:  After: 
This commit is contained in:
		
							parent
							
								
									92fd3fc4fd
								
							
						
					
					
						commit
						62ca5825f7
					
				| @ -13,7 +13,7 @@ | ||||
| 				</div> | ||||
| 				<div class="field gt-dib gt-mr-4 disabled"> | ||||
| 					<label>{{.locale.Tr "actions.runners.last_online"}}</label> | ||||
| 					<span>{{TimeSinceUnix .Runner.LastOnline $.locale}}</span> | ||||
| 					<span>{{if .LastOnline}}{{TimeSinceUnix .LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}}</span> | ||||
| 				</div> | ||||
| 				<div class="field gt-dib gt-mr-4 disabled"> | ||||
| 					<label>{{.locale.Tr "actions.runners.agent_labels"}}</label> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 yp05327
						yp05327