Hisoka-X commented on code in PR #7602:
URL: https://github.com/apache/seatunnel/pull/7602#discussion_r1815894014


##########
docs/en/seatunnel-engine/web-ui.md:
##########
@@ -0,0 +1,45 @@
+# Apache SeaTunnel Web UI Documentation
+
+## Access
+
+Before accessing the web ui we need to enable the http rest api. first you 
need to configure it in the `seatunnel.yaml` configuration file
+``
+http.
+enable-http: true
+port: 8080

Review Comment:
   ```suggestion
   seatunnel:
     engine:
       http:
         enable-http: true
         port: 8080
   ```



##########
docs/en/seatunnel-engine/web-ui.md:
##########
@@ -0,0 +1,45 @@
+# Apache SeaTunnel Web UI Documentation
+
+## Access
+
+Before accessing the web ui we need to enable the http rest api. first you 
need to configure it in the `seatunnel.yaml` configuration file
+``
+http.
+enable-http: true
+port: 8080
+
+```
+Then visit http://ip:8080/#/overview
+```

Review Comment:
   ```suggestion
   ```



##########
docs/en/seatunnel-engine/web-ui.md:
##########
@@ -0,0 +1,45 @@
+# Apache SeaTunnel Web UI Documentation
+
+## Access
+
+Before accessing the web ui we need to enable the http rest api. first you 
need to configure it in the `seatunnel.yaml` configuration file
+``

Review Comment:
   change `` to ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to