1
0
Fork 0
forked from forgejo/forgejo

Merge pull request #818 from fzerorubigd/master

add a function to rewrite all public keys on admin request
This commit is contained in:
无闻 2015-02-01 16:56:34 -05:00
commit cd6376f093
4 changed files with 38 additions and 17 deletions

View file

@ -48,6 +48,11 @@
<td>{{.i18n.Tr "admin.dashboard.git_gc_repos"}}</td>
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=4">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
</tr>
<tr>
<td>{{.i18n.Tr "admin.dashboard.resync_all_sshkeys"}}</td>
<td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=5">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td>
</tr>
</tbody>
</table>
</div>