2023-04-23 12:21:21 +02:00
|
|
|
{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin dashboard")}}
|
|
|
|
<div class="admin-setting-content">
|
2021-10-16 08:14:34 +02:00
|
|
|
{{if .NeedUpdate}}
|
|
|
|
<div class="ui negative message flash-error">
|
2024-03-10 09:51:19 +01:00
|
|
|
<p>{{ctx.Locale.Tr "admin.dashboard.new_version_hint" .RemoteVersion AppVer}}</p>
|
2021-10-16 08:14:34 +02:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2017-03-15 23:39:38 +01:00
|
|
|
<h4 class="ui top attached header">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "admin.dashboard.operations"}}
|
2017-03-15 23:39:38 +01:00
|
|
|
</h4>
|
2023-04-28 03:48:41 +02:00
|
|
|
<div class="ui attached table segment">
|
|
|
|
<form method="post" action="{{AppSubUrl}}/admin">
|
|
|
|
{{.CsrfTokenHtml}}
|
2023-05-31 00:28:25 +02:00
|
|
|
<table class="ui very basic table gt-mt-0 gt-px-4">
|
2020-02-25 23:54:13 +01:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.delete_inactive_accounts"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="delete_inactive_accounts">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.delete_repo_archives"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="delete_repo_archives">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.delete_missing_repos"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="delete_missing_repos">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.git_gc_repos"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="git_gc_repos">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
2020-10-08 18:43:15 +02:00
|
|
|
{{if and (not .SSH.Disabled) (not .SSH.StartBuiltinServer)}}
|
2021-03-06 08:32:08 +01:00
|
|
|
<tr>
|
2023-10-08 16:23:39 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.resync_all_sshkeys"}}</td>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="resync_all_sshkeys">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2021-03-06 08:32:08 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-10-08 16:23:39 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.resync_all_sshprincipals"}}</td>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="resync_all_sshprincipals">{{svg "octicon-play" 16}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2021-03-06 08:32:08 +01:00
|
|
|
</tr>
|
2020-10-08 18:43:15 +02:00
|
|
|
{{end}}
|
2020-02-25 23:54:13 +01:00
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.resync_all_hooks"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="resync_all_hooks">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.reinit_missing_repos"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="reinit_missing_repos">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.sync_external_users"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="sync_external_users">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.repo_health_check"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="repo_health_check">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.delete_generated_repository_avatars"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="delete_generated_repository_avatars">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tr>
|
2023-06-29 12:03:20 +02:00
|
|
|
<tr>
|
2023-09-25 10:56:50 +02:00
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.sync_repo_branches"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="sync_repo_branches">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
2023-06-29 12:03:20 +02:00
|
|
|
</tr>
|
2024-01-24 04:02:04 +01:00
|
|
|
<tr>
|
|
|
|
<td>{{ctx.Locale.Tr "admin.dashboard.sync_repo_tags"}}</td>
|
|
|
|
<td class="text right"><button type="submit" class="ui primary button" name="op" value="sync_repo_tags">{{svg "octicon-play"}} {{ctx.Locale.Tr "admin.dashboard.operation_run"}}</button></td>
|
|
|
|
</tr>
|
2020-02-25 23:54:13 +01:00
|
|
|
</tbody>
|
|
|
|
</table>
|
2023-04-28 03:48:41 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
2015-11-18 20:12:10 +01:00
|
|
|
|
2017-03-15 23:39:38 +01:00
|
|
|
<h4 class="ui top attached header">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "admin.dashboard.system_status"}}
|
2017-03-15 23:39:38 +01:00
|
|
|
</h4>
|
2024-02-16 03:52:25 +01:00
|
|
|
{{/* TODO: make these stats work in multi-server deployments, likely needs per-server stats in DB */}}
|
|
|
|
<div hx-get="{{$.Link}}/system_status" hx-swap="morph:innerHTML" hx-trigger="every 5s" hx-indicator=".divider" class="ui attached table segment">
|
|
|
|
{{template "admin/system_status" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-04-23 12:21:21 +02:00
|
|
|
{{template "admin/layout_footer" .}}
|