mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
This commit is contained in:
		@@ -49,7 +49,7 @@
 | 
				
			|||||||
						<tbody>
 | 
											<tbody>
 | 
				
			||||||
							{{range .Processes}}
 | 
												{{range .Processes}}
 | 
				
			||||||
								<tr>
 | 
													<tr>
 | 
				
			||||||
									<td>{{.Pid}}</td>
 | 
														<td>{{.PID}}</td>
 | 
				
			||||||
									<td>{{.Description}}</td>
 | 
														<td>{{.Description}}</td>
 | 
				
			||||||
									<td>{{DateFmtLong .Start}}</td>
 | 
														<td>{{DateFmtLong .Start}}</td>
 | 
				
			||||||
									<td>{{TimeSince .Start $.Lang}}</td>
 | 
														<td>{{TimeSince .Start $.Lang}}</td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user