summaryrefslogtreecommitdiffstats
path: root/templates/admin/dashboard.tmpl
diff options
context:
space:
mode:
authorfzerorubigd <fzerorubigd@gmail.com>2014-12-31 21:37:51 +0330
committerfzerorubigd <fzerorubigd@gmail.com>2015-01-01 02:15:52 +0330
commit6643647687aa2ba8a41f8f95d404407ff6106d8c (patch)
treecae1cd7cddd7c5cb94fe5463ba6869a84476e22e /templates/admin/dashboard.tmpl
parentb6272d180343d8081941eb56f22fed5ffc830a7e (diff)
downloadgitea-6643647687aa2ba8a41f8f95d404407ff6106d8c.tar.gz
gitea-6643647687aa2ba8a41f8f95d404407ff6106d8c.zip
add afunction to rewrite all public keys on admin request
refs #763
Diffstat (limited to 'templates/admin/dashboard.tmpl')
-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>