You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/19 05:44:07 UTC

[shardingsphere-elasticjob] branch master updated: Update web-console for operation (#1160)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new d326326  Update web-console for operation (#1160)
d326326 is described below

commit d326326637fbda6f8bdc5ce7ac40f17cdabd6213
Author: Liang Zhang <te...@163.com>
AuthorDate: Sun Jul 19 13:43:57 2020 +0800

    Update web-console for operation (#1160)
---
 .../elasticjob-lite/operation/web-console.cn.md    | 31 +++++++++++-----------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md b/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md
index c9da6b1..0b31439 100644
--- a/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md
+++ b/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md
@@ -4,27 +4,24 @@ weight = 4
 chapter = true
 +++
 
-解压缩`elasticjob-lite-console-${version}.tar.gz`并执行bin\start.sh。打开浏览器访问`http://localhost:8899/`即可访问控制台。8899为默认端口号,可通过启动脚本输入-p自定义端口号。
-
-`elasticjob-lite-console-${version}.tar.gz`可通过mvn install编译获取。
+解压缩 `elasticjob-lite-console-${version}.tar.gz` 并执行 `bin\start.sh`。
+打开浏览器访问 `http://localhost:8899/` 即可访问控制台。
+8899 为默认端口号,可通过启动脚本输入 `-p` 自定义端口号。
 
 ## 登录
 
-提供两种账户,管理员及访客,管理员拥有全部操作权限,访客仅拥有察看权限。默认管理员用户名和密码是root/root,访客用户名和密码是guest/guest,可通过conf\auth.properties修改管理员及访客用户名及密码。
+控制台提供两种账户:管理员及访客。
+管理员拥有全部操作权限,访客仅拥有察看权限。
+默认管理员用户名和密码是 root/root,访客用户名和密码是 guest/guest,可通过 `conf\auth.properties` 修改管理员及访客用户名及密码。
 
 ## 功能列表
 
-* 登录安全控制
-
-* 注册中心、事件追踪数据源管理
-
-* 快捷修改作业设置
-
-* 作业和服务器维度状态查看
-
-* 操作作业禁用\启用、停止和删除等生命周期
-
-* 事件追踪查询
+- 登录安全控制
+- 注册中心、事件追踪数据源管理
+- 快捷修改作业设置
+- 作业和服务器维度状态查看
+- 操作作业禁用\启用、停止和删除等生命周期
+- 事件追踪查询
 
 ## 设计理念
 
@@ -36,4 +33,6 @@ chapter = true
 
 * 添加作业
 
-作业在首次运行时将自动添加。ElasticJob-Lite 以 jar 方式启动,并无作业分发功能。如需完全通过运维平台发布作业,请使用 ElasticJob-Cloud。
+作业在首次运行时将自动添加。
+ElasticJob-Lite 以 jar 方式启动,并无作业分发功能。
+如需完全通过运维平台发布作业,请使用 ElasticJob-Cloud。