1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-28 03:06:03 -04:00

update config template

This commit is contained in:
József Fényes 2024-05-24 11:06:59 +02:00
parent d3c8e5de27
commit 007c2e07c2
2 changed files with 15 additions and 12 deletions

View File

@ -3133,9 +3133,9 @@ config.disable_router_log = Disable Router Log
config.run_user = Run As Username
config.run_mode = Run Mode
config.git_version = Git Version
config.git_hookprereceivename = Git Prereceive Hook name
config.git_hookupdatename = Git Update Hook name
config.git_postreceivename = Git Postreceive Hook name
config.git_hookprereceivename = Git Prereceive Hook Name
config.git_hookupdatename = Git Update Hook Name
config.git_postreceivename = Git Postreceive Hook Name
config.app_data_path = App Data Path
config.repo_root_path = Repository Root Path
config.lfs_root_path = LFS Root Path

View File

@ -32,15 +32,6 @@
<dt>{{ctx.Locale.Tr "admin.config.git_version"}}</dt>
<dd>{{.GitVersion}}</dd>
<dt>{{ctx.Locale.Tr "admin.config.git_hookprereceivename"}}</dt>
<dd>{{.GitHookPrereceiveName}}</dd>
<dt>{{ctx.Locale.Tr "admin.config.git_hookupdatename"}}</dt>
<dd>{{.GitHookUpdateName}}</dd>
<dt>{{ctx.Locale.Tr "admin.config.git_postreceivename"}}</dt>
<dd>{{.GitHookPostreceiveName}}</dd>
<div class="divider"></div>
<dt>{{ctx.Locale.Tr "admin.config.app_data_path"}}</dt>
@ -320,6 +311,18 @@
<dd>{{.Git.Timeout.Pull}} {{ctx.Locale.Tr "tool.raw_seconds"}}</dd>
<dt>{{ctx.Locale.Tr "admin.config.git_gc_timeout"}}</dt>
<dd>{{.Git.Timeout.GC}} {{ctx.Locale.Tr "tool.raw_seconds"}}</dd>
<div class="divider"></div>
<dt>{{ctx.Locale.Tr "admin.config.git_hookprereceivename"}}</dt>
<dd>{{.GitHookPrereceiveName}}</dd>
<dt>{{ctx.Locale.Tr "admin.config.git_hookupdatename"}}</dt>
<dd>{{.GitHookUpdateName}}</dd>
<dt>{{ctx.Locale.Tr "admin.config.git_postreceivename"}}</dt>
<dd>{{.GitHookPostreceiveName}}</dd>
</dl>
</div>