This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch refactor-worker
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/refactor-worker by this push:
new 99c28c7 modify parameters (#2203)
99c28c7 is described below
commit 99c28c74859d4bb13aede1e2b3e8a7615a9c53ef
Author: break60 <[email protected]>
AuthorDate: Wed Mar 18 00:18:19 2020 +0800
modify parameters (#2203)
* Delete worker group management page
* Modify workgroupid parameter name
* Worker group parameter modification
* modify parameters
---
dolphinscheduler-ui/src/js/conf/home/store/security/actions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js
b/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js
index 9ec9f7a..b164b69 100644
--- a/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js
+++ b/dolphinscheduler-ui/src/js/conf/home/store/security/actions.js
@@ -461,7 +461,7 @@ export default {
} else {
list.unshift({
id: 'default',
- name: 'Default'
+ name: 'default'
})
}
state.workerGroupsListAll = list