feat: add git version on admin panel. (#921)
This commit is contained in:
parent
091f063706
commit
5cc275b1de
7 changed files with 14 additions and 3 deletions
|
@ -1117,6 +1117,7 @@ config.offline_mode = Offline Mode
|
|||
config.disable_router_log = Disable Router Log
|
||||
config.run_user = Run User
|
||||
config.run_mode = Run Mode
|
||||
config.git_version = Git Version
|
||||
config.repo_root_path = Repository Root Path
|
||||
config.lfs_root_path = LFS Root Path
|
||||
config.static_file_root_path = Static File Root Path
|
||||
|
|
|
@ -1045,6 +1045,7 @@ config.offline_mode=離線模式
|
|||
config.disable_router_log=關閉路由日誌
|
||||
config.run_user=執行用戶
|
||||
config.run_mode=執行模式
|
||||
config.git_version=Git 版本
|
||||
config.repo_root_path=儲存庫目錄
|
||||
config.static_file_root_path=靜態檔案目錄
|
||||
config.log_file_root_path=日誌檔案目錄
|
||||
|
|
|
@ -1045,6 +1045,7 @@ config.offline_mode=離線模式
|
|||
config.disable_router_log=關閉路由日誌
|
||||
config.run_user=執行用戶
|
||||
config.run_mode=執行模式
|
||||
config.git_version=Git 版本
|
||||
config.repo_root_path=儲存庫目錄
|
||||
config.static_file_root_path=靜態檔案目錄
|
||||
config.log_file_root_path=日誌檔案目錄
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue