Parcourir la source

remove dashboard operations table header

tags/v0.9.99
Gogs il y a 8 ans
Parent
révision
b80aef0fa6
1 fichiers modifiés avec 1 ajouts et 7 suppressions
  1. 1
    7
      templates/admin/dashboard.tmpl

+ 1
- 7
templates/admin/dashboard.tmpl Voir le fichier

@@ -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>
@@ -164,4 +158,4 @@
</div>
</div>
</div>
{{template "ng/base/footer" .}}
{{template "ng/base/footer" .}}

Chargement…
Annuler
Enregistrer