mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix admin monitoring margin (#14134)
This commit is contained in:
		@@ -8,8 +8,6 @@
 | 
				
			|||||||
		</h4>
 | 
							</h4>
 | 
				
			||||||
		<div class="ui attached table segment">
 | 
							<div class="ui attached table segment">
 | 
				
			||||||
			<form method="post" action="{{AppSubUrl}}/admin">
 | 
								<form method="post" action="{{AppSubUrl}}/admin">
 | 
				
			||||||
				<input type="hidden" name="from" value="monitor"/>
 | 
					 | 
				
			||||||
				{{.CsrfTokenHtml}}
 | 
					 | 
				
			||||||
				<table class="ui very basic striped table">
 | 
									<table class="ui very basic striped table">
 | 
				
			||||||
					<thead>
 | 
										<thead>
 | 
				
			||||||
						<tr>
 | 
											<tr>
 | 
				
			||||||
@@ -34,6 +32,8 @@
 | 
				
			|||||||
						{{end}}
 | 
											{{end}}
 | 
				
			||||||
					</tbody>
 | 
										</tbody>
 | 
				
			||||||
				</table>
 | 
									</table>
 | 
				
			||||||
 | 
									<input type="hidden" name="from" value="monitor"/>
 | 
				
			||||||
 | 
									{{.CsrfTokenHtml}}
 | 
				
			||||||
			</form>
 | 
								</form>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user