From d406b03ef8d0323db11b026de1363e12ba8a5acd Mon Sep 17 00:00:00 2001 From: yohamta Date: Tue, 6 Sep 2022 21:02:41 +0900 Subject: [PATCH 1/2] admin-web: update the message --- admin/src/components/molecules/DAGActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/molecules/DAGActions.tsx b/admin/src/components/molecules/DAGActions.tsx index 6327d8a04..2c64bfbc5 100644 --- a/admin/src/components/molecules/DAGActions.tsx +++ b/admin/src/components/molecules/DAGActions.tsx @@ -34,7 +34,7 @@ function DAGActions({ ) => { const form = new FormData(); if (params.action == "start") { - let parameters = window.prompt('Please input execute parameters', ''); + let parameters = window.prompt('Enter parameters (for default parameters, leave blank and click OK).', ''); if (parameters === null) {//hint cancel return } From 4838740f31421a85b4b60a187d498d3acf6b7d78 Mon Sep 17 00:00:00 2001 From: yohamta Date: Tue, 6 Sep 2022 21:02:48 +0900 Subject: [PATCH 2/2] docs: update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f959c84d..3dd82f790 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,9 @@ Go to the `SPEC` Tab and hit the `Edit` button. Copy & Paste this [example YAML] ### 4. Execute the DAG -You can execute the example by pressing the `Start` button +You can execute the example by pressing the `Start` button. + +*Note: Leave the parameter field in the dialog blank and press OK.* ![example](assets/images/demo.gif?raw=true)