Browse Source
* [doc] Add some dev missing doc Including general-setting, task-definition, audit-log and they related img * Change base on suggestion Co-authored-by: Tq <tianqitobethefirst@gmail.com>3.0.0/version-upgrade
Jiajie Zhong
3 years ago
committed by
GitHub
9 changed files with 112 additions and 6 deletions
@ -0,0 +1,22 @@
|
||||
# General Setting |
||||
|
||||
## Language |
||||
|
||||
DolphinScheduler supports two types of built-in language which include `English` and `Chinese`. You could click the button |
||||
on the top control bar named `English` and `Chinese` and change it to another one when you want to switch the language. |
||||
The entire DolphinScheduler page language will shift when you switch the language selection. |
||||
|
||||
## Theme |
||||
|
||||
DolphinScheduler supports two types of built-in theme which include `Dark` and `Light`. When you want to change the theme |
||||
of DolphinScheduler, all you have to do is click the button named `Dark`(or `Light`) on the top control bar and on the left |
||||
of to [language](#language) control button. |
||||
|
||||
## Time Zone |
||||
|
||||
DolphinScheduler support time zone setting. The build-in time zone is based on the server you run DolphinScheduler. You could |
||||
click the button on the right of the [language](#language) button and then click `Choose timeZone` to choose the time zone |
||||
you want to switch. All time related components will adjust their time zone according to the time zone setting you select. |
||||
|
||||
DolphinScheduler uses UTC time for the internal communication, the time zone you choose only changes the display time format |
||||
base on the UTC time. When you choose time zone `TIME ZONE`, we just convert the UTC time to the zone you prefer. |
@ -0,0 +1,13 @@
|
||||
# Task Definition |
||||
|
||||
Task definition allows to modify or operate tasks at the task level rather than modifying them in the workflow definition. |
||||
We already have workflow level task editor in [workflow definition](workflow-definition.md) which you can click the specific |
||||
workflow and then edit its task definition. It is depressing when you want to edit the task definition but do not remember |
||||
which workflow it belongs to. So we decide to add `Task Definition` view under `Task` menu. |
||||
|
||||
![task-definition](/img/new_ui/dev/project/task-definition.jpg) |
||||
|
||||
In this view, you can create, query, update, delete task definition by click the related button in `operation` column. The |
||||
most exciting thing is you could query task by task name in the wildcard, and it is useful when you only remember the task |
||||
name but forget which workflow it belongs to. It is also supported query by the task name alone with `Task Type` or |
||||
`Workflow Name` |
@ -0,0 +1,19 @@
|
||||
# 通用配置 |
||||
|
||||
## 语言 |
||||
|
||||
DolphinScheduler 支持两种内置语言,包括 `English` 和 `Chinese` 。您可以点击顶部控制栏名为 `English` 或 `Chinese` 的按钮切换语言。 |
||||
当您将语言从一种切换为另一种时,您所有 DolphinScheduler 的页面语言页面将发生变化。 |
||||
|
||||
## 主题 |
||||
|
||||
DolphinScheduler 支持两种类型的内置主题,包括 `Dark` 和 `Light`。当您想改变主题时,只需单击顶部控制栏在 [语言](#语言) 左侧名为 `Dark`(or `Light`) |
||||
的按钮即可。 |
||||
|
||||
## 时区 |
||||
|
||||
DolphinScheduler 支持时区设置。默认时区基于您运行 DolphinScheduler 服务器的时区。如果你想要切换时区,可以点击 [语言](#语言) 按钮右侧的时区按钮, |
||||
然后点击 `请选择时区` 进行时区选择。当切换完成后,所有与时间相关的组件都将更改。 |
||||
|
||||
DolphinScheduler 内部通讯,以及任务主流程中使用 UTC 时间,在界面上显示的时间均是在 UTC 时间基础上进行时区格式化的,意味着当你切换了时区后, |
||||
只是将格式化的时间从一个时区切换到另一个时区。 |
@ -0,0 +1,9 @@
|
||||
# 任务定义 |
||||
|
||||
任务定义允许您在基于任务级别而不是在工作流中操作修改任务。再此之前,我们已经有了工作流级别的任务编辑器,你可以在[工作流定义](workflow-definition.md) |
||||
单击特定的工作流,然后编辑任务的定义。当您想编辑特定的任务定义但不记得它属于哪个工作流时,这是令人沮丧的。所以我们决定在 `任务` 菜单下添加 `任务定义` 视图。 |
||||
|
||||
![task-definition](/img/new_ui/dev/project/task-definition.jpg) |
||||
|
||||
在该视图中,您可以通过单击 `操作` 列中的相关按钮来进行创建、查询、更新、删除任务定义。最令人兴奋的是您可以通过通配符进行全部任务查询,当您只 |
||||
记得任务名称但忘记它属于哪个工作流时是非常有用的。也支持通过任务名称结合使用 `任务类型` 或 `工作流程名称` 进行查询。 |
After Width: | Height: | Size: 222 KiB |
After Width: | Height: | Size: 782 KiB |
Loading…
Reference in new issue