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


##########
kyuubi-server/web-ui/src/layout/components/aside/index.vue:
##########
@@ -37,6 +37,11 @@
   const { isCollapse } = storeToRefs(store)
   const router = useRoute()
   const activePath = ref(router.path)
+  /* eslint-disable */
+  // define __APP_VERSION__ in vite.config.ts
+  // @ts-ignore
+  const title = `Apache Kyuubi\n${__APP_VERSION__}`

Review Comment:
   
   ![截屏2023-11-01 10 09 
00](https://github.com/apache/kyuubi/assets/52876270/d1049c25-f397-4f56-b48e-66c6cf7bc331)
   ![截屏2023-11-01 10 08 
56](https://github.com/apache/kyuubi/assets/52876270/40446aaa-1441-4894-b913-04471c0c5c65)
   
   May this fit expection?
   



##########
kyuubi-server/web-ui/src/layout/components/aside/index.vue:
##########
@@ -37,6 +37,11 @@
   const { isCollapse } = storeToRefs(store)
   const router = useRoute()
   const activePath = ref(router.path)
+  /* eslint-disable */
+  // define __APP_VERSION__ in vite.config.ts
+  // @ts-ignore
+  const title = `Apache Kyuubi\n${__APP_VERSION__}`

Review Comment:
   
   ![截屏2023-11-01 10 09 
00](https://github.com/apache/kyuubi/assets/52876270/d1049c25-f397-4f56-b48e-66c6cf7bc331)
   ![截屏2023-11-01 10 08 
56](https://github.com/apache/kyuubi/assets/52876270/40446aaa-1441-4894-b913-04471c0c5c65)
   
   May this fit expection?
   



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