mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
update config template
This commit is contained in:
parent
d3c8e5de27
commit
007c2e07c2
@ -3133,9 +3133,9 @@ config.disable_router_log = Disable Router Log
|
|||||||
config.run_user = Run As Username
|
config.run_user = Run As Username
|
||||||
config.run_mode = Run Mode
|
config.run_mode = Run Mode
|
||||||
config.git_version = Git Version
|
config.git_version = Git Version
|
||||||
config.git_hookprereceivename = Git Prereceive Hook name
|
config.git_hookprereceivename = Git Prereceive Hook Name
|
||||||
config.git_hookupdatename = Git Update Hook name
|
config.git_hookupdatename = Git Update Hook Name
|
||||||
config.git_postreceivename = Git Postreceive Hook name
|
config.git_postreceivename = Git Postreceive Hook Name
|
||||||
config.app_data_path = App Data Path
|
config.app_data_path = App Data Path
|
||||||
config.repo_root_path = Repository Root Path
|
config.repo_root_path = Repository Root Path
|
||||||
config.lfs_root_path = LFS Root Path
|
config.lfs_root_path = LFS Root Path
|
||||||
|
@ -32,15 +32,6 @@
|
|||||||
<dt>{{ctx.Locale.Tr "admin.config.git_version"}}</dt>
|
<dt>{{ctx.Locale.Tr "admin.config.git_version"}}</dt>
|
||||||
<dd>{{.GitVersion}}</dd>
|
<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>
|
<div class="divider"></div>
|
||||||
|
|
||||||
<dt>{{ctx.Locale.Tr "admin.config.app_data_path"}}</dt>
|
<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>
|
<dd>{{.Git.Timeout.Pull}} {{ctx.Locale.Tr "tool.raw_seconds"}}</dd>
|
||||||
<dt>{{ctx.Locale.Tr "admin.config.git_gc_timeout"}}</dt>
|
<dt>{{ctx.Locale.Tr "admin.config.git_gc_timeout"}}</dt>
|
||||||
<dd>{{.Git.Timeout.GC}} {{ctx.Locale.Tr "tool.raw_seconds"}}</dd>
|
<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>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user