parent
66d51804c9
commit
9bc63bda7d
@ -1 +1 @@ |
|||||||
0.4.8.0829 Alpha |
0.4.9.0830 Alpha |
@ -1,232 +1,230 @@ |
|||||||
{{template "base/head" .}} |
{{template "ng/base/head" .}} |
||||||
{{template "base/navbar" .}} |
{{template "ng/base/header" .}} |
||||||
<div id="body" class="container" data-page="admin"> |
<div id="admin-wrapper"> |
||||||
{{template "admin/nav" .}} |
<div id="setting-wrapper" class="main-wrapper"> |
||||||
<div id="admin-container" class="col-md-10"> |
<div id="admin-setting" class="container clear"> |
||||||
<div class="panel panel-default"> |
{{template "admin/nav" .}} |
||||||
<div class="panel-heading"> |
<div class="grid-4-5 left"> |
||||||
Server Configuration |
<div class="setting-content"> |
||||||
</div> |
{{template "ng/base/alert" .}} |
||||||
|
<div id="setting-content"> |
||||||
<div class="panel-body"> |
<div class="panel panel-radius"> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<div class="panel-header"> |
||||||
<dt>Application Name</dt> |
<strong>{{.i18n.Tr "admin.config.server_config"}}</strong> |
||||||
<dd>{{AppName}}</dd> |
</div> |
||||||
<dt>Application Version</dt> |
<div class="panel-body"> |
||||||
<dd>{{AppVer}}</dd> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<dt>Application URL</dt> |
<dt>{{.i18n.Tr "admin.config.app_name"}}</dt> |
||||||
<dd>{{.AppUrl}}</dd> |
<dd>{{AppName}}</dd> |
||||||
<dt>Domain</dt> |
<dt>{{.i18n.Tr "admin.config.app_ver"}}</dt> |
||||||
<dd>{{.Domain}}</dd> |
<dd>{{AppVer}}</dd> |
||||||
<dt>Offline Mode</dt> |
<dt>{{.i18n.Tr "admin.config.app_url"}}</dt> |
||||||
<dd><i class="fa fa{{if .OfflineMode}}-check{{end}}-square-o"></i></dd> |
<dd>{{.AppUrl}}</dd> |
||||||
<dt>Disable Router Log</dt> |
<dt>{{.i18n.Tr "admin.config.domain"}}</dt> |
||||||
<dd><i class="fa fa{{if .DisableRouterLog}}-check{{end}}-square-o"></i></dd> |
<dd>{{.Domain}}</dd> |
||||||
<hr/> |
<dt>{{.i18n.Tr "admin.config.offline_mode"}}</dt> |
||||||
<dt>Run User</dt> |
<dd><i class="fa fa{{if .OfflineMode}}-check{{end}}-square-o"></i></dd> |
||||||
<dd>{{.RunUser}}</dd> |
<dt>{{.i18n.Tr "admin.config.disable_router_log"}}</dt> |
||||||
<dt>Run Mode</dt> |
<dd><i class="fa fa{{if .DisableRouterLog}}-check{{end}}-square-o"></i></dd> |
||||||
<dd>{{.RunMode}}</dd> |
<hr/> |
||||||
<hr/> |
<dt>{{.i18n.Tr "admin.config.run_user"}}</dt> |
||||||
<dt>Repository Root Path</dt> |
<dd>{{.RunUser}}</dd> |
||||||
<dd>{{.RepoRootPath}}</dd> |
<dt>{{.i18n.Tr "admin.config.run_mode"}}</dt> |
||||||
<dt>Static File Root Path</dt> |
<dd>{{.RunMode}}</dd> |
||||||
<dd>{{.StaticRootPath}}</dd> |
<hr/> |
||||||
<dt>Log File Root Path</dt> |
<dt>{{.i18n.Tr "admin.config.repo_root_path"}}</dt> |
||||||
<dd>{{.LogRootPath}}</dd> |
<dd>{{.RepoRootPath}}</dd> |
||||||
<dt>Script Type</dt> |
<dt>{{.i18n.Tr "admin.config.static_file_root_path"}}</dt> |
||||||
<dd>{{.ScriptType}}</dd> |
<dd>{{.StaticRootPath}}</dd> |
||||||
<dt>Reverse Authentication User</dt> |
<dt>{{.i18n.Tr "admin.config.log_file_root_path"}}</dt> |
||||||
<dd>{{.ReverseProxyAuthUser}}</dd> |
<dd>{{.LogRootPath}}</dd> |
||||||
</dl> |
<dt>{{.i18n.Tr "admin.config.script_type"}}</dt> |
||||||
</div> |
<dd>{{.ScriptType}}</dd> |
||||||
</div> |
<dt>{{.i18n.Tr "admin.config.reverse_auth_user"}}</dt> |
||||||
|
<dd>{{.ReverseProxyAuthUser}}</dd> |
||||||
<div class="panel panel-default"> |
</dl> |
||||||
<div class="panel-heading"> |
</div> |
||||||
Database Configuration |
</div> |
||||||
</div> |
<br> |
||||||
|
<div class="panel panel-radius"> |
||||||
<div class="panel-body"> |
<div class="panel-header"> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<strong>{{.i18n.Tr "admin.config.db_config"}}</strong> |
||||||
<dt>Type</dt> |
</div> |
||||||
<dd>{{.DbCfg.Type}}</dd> |
<div class="panel-body"> |
||||||
<dt>Host</dt> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<dd>{{.DbCfg.Host}}</dd> |
<dt>{{.i18n.Tr "admin.config.db_type"}}</dt> |
||||||
<dt>Name</dt> |
<dd>{{.DbCfg.Type}}</dd> |
||||||
<dd>{{.DbCfg.Name}}</dd> |
<dt>{{.i18n.Tr "admin.config.db_host"}}</dt> |
||||||
<dt>User</dt> |
<dd>{{.DbCfg.Host}}</dd> |
||||||
<dd>{{.DbCfg.User}}</dd> |
<dt>{{.i18n.Tr "admin.config.db_name"}}</dt> |
||||||
<dt>SslMode</dt> |
<dd>{{.DbCfg.Name}}</dd> |
||||||
<dd>{{.DbCfg.SslMode}} (for "postgres" only)</dd> |
<dt>{{.i18n.Tr "admin.config.db_user"}}</dt> |
||||||
<dt>Path</dt> |
<dd>{{.DbCfg.User}}</dd> |
||||||
<dd>{{.DbCfg.Path}} (for "sqlite3" only)</dd> |
<dt>{{.i18n.Tr "admin.config.db_ssl_mode"}}</dt> |
||||||
</dl> |
<dd>{{.DbCfg.SslMode}} {{.i18n.Tr "admin.config.db_ssl_mode_helper"}}</dd> |
||||||
</div> |
<dt>{{.i18n.Tr "admin.config.db_path"}}</dt> |
||||||
</div> |
<dd>{{.DbCfg.Path}} {{.i18n.Tr "admin.config.db_path_helper"}}</dd> |
||||||
|
</dl> |
||||||
<div class="panel panel-default"> |
</div> |
||||||
<div class="panel-heading"> |
</div> |
||||||
Service Configuration |
<br> |
||||||
</div> |
<div class="panel panel-radius"> |
||||||
|
<div class="panel-header"> |
||||||
<div class="panel-body"> |
<strong>{{.i18n.Tr "admin.config.service_config"}}</strong> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
</div> |
||||||
<dt>Register Email Confirmation</dt> |
<div class="panel-body"> |
||||||
<dd><i class="fa fa{{if .Service.RegisterEmailConfirm}}-check{{end}}-square-o"></i></dd> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<dt>Disable Registration</dt> |
<dt>{{.i18n.Tr "admin.config.register_email_confirm"}}</dt> |
||||||
<dd><i class="fa fa{{if .Service.DisableRegistration}}-check{{end}}-square-o"></i></dd> |
<dd><i class="fa fa{{if .Service.RegisterEmailConfirm}}-check{{end}}-square-o"></i></dd> |
||||||
<dt>Require Sign In View</dt> |
<dt>{{.i18n.Tr "admin.config.disable_register"}}</dt> |
||||||
<dd><i class="fa fa{{if .Service.RequireSignInView}}-check{{end}}-square-o"></i></dd> |
<dd><i class="fa fa{{if .Service.DisableRegistration}}-check{{end}}-square-o"></i></dd> |
||||||
<dt>Mail Notification</dt> |
<dt>{{.i18n.Tr "admin.config.require_sign_in_view"}}</dt> |
||||||
<dd><i class="fa fa{{if .Service.EnableNotifyMail}}-check{{end}}-square-o"></i></dd> |
<dd><i class="fa fa{{if .Service.RequireSignInView}}-check{{end}}-square-o"></i></dd> |
||||||
<dt>Enable Cache Avatar</dt> |
<dt>{{.i18n.Tr "admin.config.mail_notify"}}</dt> |
||||||
<dd><i class="fa fa{{if .Service.EnableCacheAvatar}}-check{{end}}-square-o"></i></dd> |
<dd><i class="fa fa{{if .Service.EnableNotifyMail}}-check{{end}}-square-o"></i></dd> |
||||||
<hr/> |
<dt>{{.i18n.Tr "admin.config.enable_cache_avatar"}}</dt> |
||||||
<dt>Active Code Lives</dt> |
<dd><i class="fa fa{{if .Service.EnableCacheAvatar}}-check{{end}}-square-o"></i></dd> |
||||||
<dd>{{.Service.ActiveCodeLives}} minutes</dd> |
<hr/> |
||||||
<dt>Reset Password Code Lives</dt> |
<dt>{{.i18n.Tr "admin.config.active_code_lives"}}</dt> |
||||||
<dd>{{.Service.ResetPwdCodeLives}} minutes</dd> |
<dd>{{.Service.ActiveCodeLives}} {{.i18n.Tr "tool.raw_minutes"}}</dd> |
||||||
</dl> |
<dt>{{.i18n.Tr "admin.config.reset_password_code_lives"}}</dt> |
||||||
</div> |
<dd>{{.Service.ResetPwdCodeLives}} {{.i18n.Tr "tool.raw_minutes"}}</dd> |
||||||
</div> |
</dl> |
||||||
|
</div> |
||||||
<div class="panel panel-default"> |
</div> |
||||||
<div class="panel-heading"> |
<br> |
||||||
Webhook Configuration |
<div class="panel panel-radius"> |
||||||
</div> |
<div class="panel-header"> |
||||||
|
<strong>{{.i18n.Tr "admin.config.webhook_config"}}</strong> |
||||||
<div class="panel-body"> |
</div> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<div class="panel-body"> |
||||||
<dt>Task Interval</dt> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<dd>{{.WebhookTaskInterval}} minutes</dd> |
<dt>{{.i18n.Tr "admin.config.task_interval"}}</dt> |
||||||
<dt>Deliver Timeout</dt> |
<dd>{{.WebhookTaskInterval}} {{.i18n.Tr "tool.raw_minutes"}}</dd> |
||||||
<dd>{{.WebhookDeliverTimeout}} seconds</dd> |
<dt>{{.i18n.Tr "admin.config.deliver_timeout"}}</dt> |
||||||
</dl> |
<dd>{{.WebhookDeliverTimeout}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||||
</div> |
</dl> |
||||||
</div> |
</div> |
||||||
|
</div> |
||||||
<div class="panel panel-default"> |
<br> |
||||||
<div class="panel-heading"> |
<div class="panel panel-radius"> |
||||||
Mailer Configuration |
<div class="panel-header"> |
||||||
</div> |
<strong>{{.i18n.Tr "admin.config.mailer_config"}}</strong> |
||||||
|
</div> |
||||||
<div class="panel-body"> |
<div class="panel-body"> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<dt>Enabled</dt> |
<dt>{{.i18n.Tr "admin.config.mailer_enabled"}}</dt> |
||||||
<dd><i class="fa fa{{if .MailerEnabled}}-check{{end}}-square-o"></i></dd> |
<dd><i class="fa fa{{if .MailerEnabled}}-check{{end}}-square-o"></i></dd> |
||||||
{{if .MailerEnabled}}<dt>Name</dt> |
{{if .MailerEnabled}}<dt>{{.i18n.Tr "admin.config.mailer_name"}}</dt> |
||||||
<dd>{{.Mailer.Name}}</dd> |
<dd>{{.Mailer.Name}}</dd> |
||||||
<dt>Host</dt> |
<dt>{{.i18n.Tr "admin.config.mailer_host"}}</dt> |
||||||
<dd>{{.Mailer.Host}}</dd> |
<dd>{{.Mailer.Host}}</dd> |
||||||
<dt>User</dt> |
<dt>{{.i18n.Tr "admin.config.mailer_user"}}</dt> |
||||||
<dd>{{.Mailer.User}}</dd>{{end}} |
<dd>{{.Mailer.User}}</dd>{{end}} |
||||||
</dl> |
</dl> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
<br> |
||||||
<div class="panel panel-default"> |
<div class="panel panel-radius"> |
||||||
<div class="panel-heading"> |
<div class="panel-header"> |
||||||
OAuth Configuration |
<strong>{{.i18n.Tr "admin.config.oauth_config"}}</strong> |
||||||
</div> |
</div> |
||||||
|
<div class="panel-body"> |
||||||
<div class="panel-body"> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<dt>{{.i18n.Tr "admin.config.oauth_enabled"}}</dt> |
||||||
<dt>Enabled</dt> |
<dd><i class="fa fa{{if .OauthEnabled}}-check{{end}}-square-o"></i></dd> |
||||||
<dd><i class="fa fa{{if .OauthEnabled}}-check{{end}}-square-o"></i></dd> |
{{if .OauthEnabled}}<dt>GitHub</dt> |
||||||
{{if .OauthEnabled}}<dt>GitHub</dt> |
<dd><i class="fa fa{{if .Oauther.GitHub}}-check{{end}}-square-o"></i></dd> |
||||||
<dd><i class="fa fa{{if .Oauther.GitHub}}-check{{end}}-square-o"></i></dd> |
<dt>Google</dt> |
||||||
<dt>Google</dt> |
<dd><i class="fa fa{{if .Oauther.Google}}-check{{end}}-square-o"></i></dd> |
||||||
<dd><i class="fa fa{{if .Oauther.Google}}-check{{end}}-square-o"></i></dd> |
<dt>腾讯 QQ</dt> |
||||||
<dt>Tencent QQ</dt> |
<dd><i class="fa fa{{if .Oauther.Tencent}}-check{{end}}-square-o"></i></dd> |
||||||
<dd><i class="fa fa{{if .Oauther.Tencent}}-check{{end}}-square-o"></i></dd> |
<dt>新浪微博</dt> |
||||||
<dt>Weibo</dt> |
<dd><i class="fa fa{{if .Oauther.Weibo}}-check{{end}}-square-o"></i></dd> |
||||||
<dd><i class="fa fa{{if .Oauther.Weibo}}-check{{end}}-square-o"></i></dd> |
{{end}} |
||||||
{{end}} |
</dl> |
||||||
</dl> |
</div> |
||||||
</div> |
</div> |
||||||
</div> |
<br> |
||||||
|
<div class="panel panel-radius"> |
||||||
<div class="panel panel-default"> |
<div class="panel-header"> |
||||||
<div class="panel-heading"> |
<strong>{{.i18n.Tr "admin.config.cache_config"}}</strong> |
||||||
Cache Configuration |
</div> |
||||||
</div> |
<div class="panel-body"> |
||||||
|
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<div class="panel-body"> |
<dt>{{.i18n.Tr "admin.config.cache_adapter"}}</dt> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<dd>{{.CacheAdapter}}</dd> |
||||||
<dt>Cache Adapter</dt> |
<dt>{{.i18n.Tr "admin.config.cache_interval"}}</dt> |
||||||
<dd>{{.CacheAdapter}}</dd> |
<dd>{{.CacheInternal}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||||
<dt>Cache Config</dt> |
<dt>{{.i18n.Tr "admin.config.cache_conn"}}</dt> |
||||||
<dd><div style="padding-top: 5px;"><pre>{{.CacheConfig}}</pre></div></dd> |
<dd><pre>{{.CacheConn}}</pre></dd> |
||||||
</dl> |
</dl> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
<br> |
||||||
<div class="panel panel-default"> |
<div class="panel panel-radius"> |
||||||
<div class="panel-heading"> |
<div class="panel-header"> |
||||||
Session Configuration |
<strong>{{.i18n.Tr "admin.config.session_config"}}</strong> |
||||||
</div> |
</div> |
||||||
|
<div class="panel-body"> |
||||||
<div class="panel-body"> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<dt>{{.i18n.Tr "admin.config.session_provider"}}</dt> |
||||||
<dt>Session Provider</dt> |
<dd>{{.SessionProvider}}</dd> |
||||||
<dd>{{.SessionProvider}}</dd> |
<dt>{{.i18n.Tr "admin.config.provider_config"}}</dt> |
||||||
<dt>Cookie Name</dt> |
<dd><pre>{{.SessionConfig.ProviderConfig}}</pre></dd> |
||||||
<dd>{{.SessionConfig.CookieName}}</dd> |
<dt>{{.i18n.Tr "admin.config.cookie_name"}}</dt> |
||||||
<dt>Enable Set Cookie</dt> |
<dd>{{.SessionConfig.CookieName}}</dd> |
||||||
<dd><i class="fa fa{{if .SessionConfig.EnableSetCookie}}-check{{end}}-square-o"></i></dd> |
<dt>{{.i18n.Tr "admin.config.enable_set_cookie"}}</dt> |
||||||
<dt>GC Interval Time</dt> |
<dd><i class="fa fa{{if .SessionConfig.EnableSetCookie}}-check{{end}}-square-o"></i></dd> |
||||||
<dd>{{.SessionConfig.Gclifetime}} seconds</dd> |
<dt>{{.i18n.Tr "admin.config.gc_interval_time"}}</dt> |
||||||
<dt>Session Life Time</dt> |
<dd>{{.SessionConfig.Gclifetime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||||
<dd>{{.SessionConfig.Maxlifetime}} seconds</dd> |
<dt>{{.i18n.Tr "admin.config.session_life_time"}}</dt> |
||||||
<dt>HTTPS Only</dt> |
<dd>{{.SessionConfig.Maxlifetime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||||
<dd><i class="fa fa{{if .SessionConfig.Secure}}-check{{end}}-square-o"></i></dd> |
<dt>{{.i18n.Tr "admin.config.https_only"}}</dt> |
||||||
<dt>Cookie Life Time</dt> |
<dd><i class="fa fa{{if .SessionConfig.Secure}}-check{{end}}-square-o"></i></dd> |
||||||
<dd>{{.SessionConfig.CookieLifeTime}} seconds</dd> |
<dt>{{.i18n.Tr "admin.config.cookie_life_time"}}</dt> |
||||||
<dt>Session ID Hash Function</dt> |
<dd>{{.SessionConfig.CookieLifeTime}} {{.i18n.Tr "tool.raw_seconds"}}</dd> |
||||||
<dd>{{.SessionConfig.SessionIDHashFunc}}</dd> |
<dt>{{.i18n.Tr "admin.config.session_hash_function"}}</dt> |
||||||
<dt>Session ID Hash Key</dt> |
<dd>{{.SessionConfig.SessionIDHashFunc}}</dd> |
||||||
<dd>{{.SessionConfig.SessionIDHashKey}}</dd> |
<dt>{{.i18n.Tr "admin.config.session_hash_key"}}</dt> |
||||||
<dt>Provider Config</dt> |
<dd>{{.SessionConfig.SessionIDHashKey}}</dd> |
||||||
<dd>{{.SessionConfig.ProviderConfig}}</dd> |
</dl> |
||||||
</dl> |
</div> |
||||||
</div> |
</div> |
||||||
</div> |
<br> |
||||||
|
<div class="panel panel-radius"> |
||||||
<div class="panel panel-default"> |
<div class="panel-header"> |
||||||
<div class="panel-heading"> |
<strong>{{.i18n.Tr "admin.config.picture_config"}}</strong> |
||||||
Picture Configuration |
</div> |
||||||
</div> |
<div class="panel-body"> |
||||||
|
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
<div class="panel-body"> |
<dt>{{.i18n.Tr "admin.config.picture_service"}}</dt> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<dd>{{.PictureService}}</dd> |
||||||
<dt>Picture Service</dt> |
<dt>{{.i18n.Tr "admin.config.disable_gravatar"}}</dt> |
||||||
<dd>{{.PictureService}}</dd> |
<dd><i class="fa fa{{if .DisableGravatar}}-check{{end}}-square-o"></i></dd> |
||||||
<dt>Disable Gravatar</dt> |
</dl> |
||||||
<dd><i class="fa fa{{if .DisableGravatar}}-check{{end}}-square-o"></i></dd> |
</div> |
||||||
</dl> |
</div> |
||||||
</div> |
<br> |
||||||
</div> |
<div class="panel panel-radius"> |
||||||
|
<div class="panel-header"> |
||||||
<div class="panel panel-default"> |
<strong>{{.i18n.Tr "admin.config.log_config"}}</strong> |
||||||
<div class="panel-heading"> |
</div> |
||||||
Log Configuration |
<div class="panel-body"> |
||||||
</div> |
<dl class="dl-horizontal admin-dl-horizontal"> |
||||||
|
{{range .Loggers}} |
||||||
<div class="panel-body"> |
<dt>{{$.i18n.Tr "admin.config.log_mode"}}</dt> |
||||||
<dl class="dl-horizontal admin-dl-horizontal"> |
<dd>{{.Mode}}</dd> |
||||||
{{range .Loggers}} |
<dt>{{$.i18n.Tr "admin.config.log_config"}}</dt> |
||||||
<dt>Log Mode</dt> |
<dd><pre>{{.Config}}</pre></dd> |
||||||
<dd>{{.Mode}}</dd> |
{{end}} |
||||||
<dt>Log Config</dt> |
</dl> |
||||||
<dd> |
</div> |
||||||
<div style="padding-top: 5px;"><pre>{{.Config}}</pre></div> |
</div> |
||||||
</dd> |
</div> |
||||||
{{end}} |
</div> |
||||||
</dl> |
|
||||||
|
|
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
{{template "base/footer" .}} |
{{template "ng/base/footer" .}} |
@ -0,0 +1,74 @@ |
|||||||
|
{{template "ng/base/head" .}} |
||||||
|
{{template "ng/base/header" .}} |
||||||
|
<div id="admin-wrapper"> |
||||||
|
<div id="setting-wrapper" class="main-wrapper"> |
||||||
|
<div id="admin-setting" class="container clear"> |
||||||
|
{{template "admin/nav" .}} |
||||||
|
<div class="grid-4-5 left"> |
||||||
|
<div class="setting-content"> |
||||||
|
{{template "ng/base/alert" .}} |
||||||
|
<div id="setting-content"> |
||||||
|
<div class="panel panel-radius"> |
||||||
|
<div class="panel-header"> |
||||||
|
<strong>{{.i18n.Tr "admin.monitor.cron"}}</strong> |
||||||
|
</div> |
||||||
|
<div class="panel-body admin-panel"> |
||||||
|
<table class="table table-striped"> |
||||||
|
<thead> |
||||||
|
<tr> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.name"}}</th> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.schedule"}}</th> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.next"}}</th> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.previous"}}</th> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.execute_times"}}</th> |
||||||
|
</tr> |
||||||
|
</thead> |
||||||
|
<tbody> |
||||||
|
{{range .Entries}} |
||||||
|
<tr> |
||||||
|
<td>{{.Description}}</td> |
||||||
|
<td>{{.Spec}}</td> |
||||||
|
<td>{{.Next}}</td> |
||||||
|
<td>{{.Prev}}</td> |
||||||
|
<td>{{.ExecTimes}}</td> |
||||||
|
</tr> |
||||||
|
{{end}} |
||||||
|
</tbody> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<br> |
||||||
|
<div class="panel panel-radius"> |
||||||
|
<div class="panel-header"> |
||||||
|
<strong>{{.i18n.Tr "admin.monitor.process"}}</strong> |
||||||
|
</div> |
||||||
|
<div class="panel-body admin-panel"> |
||||||
|
<table class="table table-striped"> |
||||||
|
<thead> |
||||||
|
<tr> |
||||||
|
<th>Pid</th> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.desc"}}</th> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.start"}}</th> |
||||||
|
<th>{{.i18n.Tr "admin.monitor.execute_time"}}</th> |
||||||
|
</tr> |
||||||
|
</thead> |
||||||
|
<tbody> |
||||||
|
{{range .Processes}} |
||||||
|
<tr> |
||||||
|
<td>{{.Pid}}</td> |
||||||
|
<td>{{.Description}}</td> |
||||||
|
<td>{{.Start}}</td> |
||||||
|
<td>{{TimeSince .Start}}</td> |
||||||
|
</tr> |
||||||
|
{{end}} |
||||||
|
</tbody> |
||||||
|
</table> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
{{template "ng/base/footer" .}} |
@ -1,40 +0,0 @@ |
|||||||
{{template "base/head" .}} |
|
||||||
{{template "base/navbar" .}} |
|
||||||
<div id="body" class="container" data-page="admin"> |
|
||||||
{{template "admin/nav" .}} |
|
||||||
<div id="admin-container" class="col-md-10"> |
|
||||||
<ul class="nav nav-tabs"> |
|
||||||
<li{{if .PageIsMonitorCron}} class="active"{{end}}><a href="/admin/monitor">Cron Tasks</a></li> |
|
||||||
<li{{if .PageIsMonitorProcess}} class="active"{{end}}><a href="/admin/monitor?tab=process">Processes</a></li> |
|
||||||
</ul> |
|
||||||
<div class="panel panel-default"> |
|
||||||
<div class="panel-body"> |
|
||||||
{{if .PageIsMonitorCron}} |
|
||||||
<table class="table table-striped"> |
|
||||||
<thead> |
|
||||||
<tr> |
|
||||||
<th>Name</th> |
|
||||||
<th>Schedule</th> |
|
||||||
<th>Next Time</th> |
|
||||||
<th>Previous Time</th> |
|
||||||
<th>Execute Times</th> |
|
||||||
</tr> |
|
||||||
</thead> |
|
||||||
<tbody> |
|
||||||
{{range .Entries}} |
|
||||||
<tr> |
|
||||||
<td>{{.Description}}</td> |
|
||||||
<td>{{.Spec}}</td> |
|
||||||
<td>{{.Next}}</td> |
|
||||||
<td>{{.Prev}}</td> |
|
||||||
<td>{{.ExecTimes}}</td> |
|
||||||
</tr> |
|
||||||
{{end}} |
|
||||||
</tbody> |
|
||||||
</table> |
|
||||||
{{end}} |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
{{template "base/footer" .}} |
|
@ -1,38 +0,0 @@ |
|||||||
{{template "base/head" .}} |
|
||||||
{{template "base/navbar" .}} |
|
||||||
<div id="body" class="container" data-page="admin"> |
|
||||||
{{template "admin/nav" .}} |
|
||||||
<div id="admin-container" class="col-md-10"> |
|
||||||
<ul class="nav nav-tabs"> |
|
||||||
<li{{if .PageIsMonitorCron}} class="active"{{end}}><a href="/admin/monitor">Cron Tasks</a></li> |
|
||||||
<li{{if .PageIsMonitorProcess}} class="active"{{end}}><a href="/admin/monitor?tab=process">Processes</a></li> |
|
||||||
</ul> |
|
||||||
<div class="panel panel-default"> |
|
||||||
<div class="panel-body"> |
|
||||||
{{if .PageIsMonitorProcess}} |
|
||||||
<table class="table table-striped"> |
|
||||||
<thead> |
|
||||||
<tr> |
|
||||||
<th>Pid</th> |
|
||||||
<th>Description</th> |
|
||||||
<th>Start Time</th> |
|
||||||
<th>Execution Time</th> |
|
||||||
</tr> |
|
||||||
</thead> |
|
||||||
<tbody> |
|
||||||
{{range .Processes}} |
|
||||||
<tr> |
|
||||||
<td>{{.Pid}}</td> |
|
||||||
<td>{{.Description}}</td> |
|
||||||
<td>{{.Start}}</td> |
|
||||||
<td>{{TimeSince .Start}}</td> |
|
||||||
</tr> |
|
||||||
{{end}} |
|
||||||
</tbody> |
|
||||||
</table> |
|
||||||
{{end}} |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
{{template "base/footer" .}} |
|
Loading…
Reference in new issue