Merge pull request #1584 from manfer/dashboardtableheader
remove dashboard operations table header
This commit is contained in:
		
						commit
						d464d3b0c3
					
				| 
						 | 
				
			
			@ -25,12 +25,6 @@
 | 
			
		|||
                            <div class="panel-body admin-panel">
 | 
			
		||||
                                <div class="admin-table">
 | 
			
		||||
                                    <table class="table">
 | 
			
		||||
                                        <thead>
 | 
			
		||||
                                            <tr>
 | 
			
		||||
                                                <th>{{.i18n.Tr "admin.dashboard.operation_name"}}</th>
 | 
			
		||||
                                                <th>{{.i18n.Tr "admin.dashboard.operation_switch"}}</th>
 | 
			
		||||
                                            </tr>
 | 
			
		||||
                                        </thead>
 | 
			
		||||
                                        <tbody>
 | 
			
		||||
                                            <tr>
 | 
			
		||||
                                                <td>{{.i18n.Tr "admin.dashboard.clean_unbind_oauth"}}</td>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue