mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 10:19:11 +01:00
remove dashboard operations table header
This commit is contained in:
parent
1c2dbd7183
commit
b80aef0fa6
1 changed files with 1 additions and 7 deletions
|
@ -25,12 +25,6 @@
|
||||||
<div class="panel-body admin-panel">
|
<div class="panel-body admin-panel">
|
||||||
<div class="admin-table">
|
<div class="admin-table">
|
||||||
<table class="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>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{.i18n.Tr "admin.dashboard.clean_unbind_oauth"}}</td>
|
<td>{{.i18n.Tr "admin.dashboard.clean_unbind_oauth"}}</td>
|
||||||
|
|
Loading…
Reference in a new issue