zwangsheng commented on code in PR #4795:
URL: https://github.com/apache/kyuubi/pull/4795#discussion_r1189520771


##########
kyuubi-server/web-ui/src/views/management/engine/index.vue:
##########
@@ -151,6 +163,10 @@
         getList()
       })
   }
+  function openEngineUi(url: string) {
+    url = (url || '').replaceAll(/http:|https:/gi, '')
+    window.open(`${import.meta.env.VITE_APP_DEV_WEB_URL}engine-ui/${url}/`)

Review Comment:
   it will call kyuubi server with 
`http://test.org:1234/engine-ui/host:ip/job`, kyuubi server proxy handle will 
pass request to engine ui.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to