summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-02-01 16:56:34 -0500
committer无闻 <u@gogs.io>2015-02-01 16:56:34 -0500
commitcd6376f0930d6d0848936756675ffa4c96f6cea8 (patch)
treeef37bf1f30c88717d95838a1cdddce7eb54d71fc /templates/admin
parentd4fc8880ebc1b05e19731f377c7b4d7dfc95ed56 (diff)
parent6643647687aa2ba8a41f8f95d404407ff6106d8c (diff)
downloadgitea-cd6376f0930d6d0848936756675ffa4c96f6cea8.tar.gz
gitea-cd6376f0930d6d0848936756675ffa4c96f6cea8.zip
Merge pull request #818 from fzerorubigd/master
add a function to rewrite all public keys on admin request
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/dashboard.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl
index 8d17c360b0..b570517536 100644
--- a/templates/admin/dashboard.tmpl
+++ b/templates/admin/dashboard.tmpl
@@ -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>