davidjumani commented on a change in pull request #4885:
URL: https://github.com/apache/cloudstack/pull/4885#discussion_r656091491
##########
File path: ui/src/components/widgets/Console.vue
##########
@@ -18,7 +18,7 @@
<template>
<a
v-if="['vm', 'systemvm', 'router', 'ilbvm'].includes($route.meta.name) &&
'updateVirtualMachine' in $store.getters.apis"
- :href="'/client/console?cmd=access&vm=' + resource.id"
+ :href="server + '/client/console?cmd=access&vm=' + resource.id"
Review comment:
@utchoang `/client` can be changed in config.json. Would be better to
pick it up from apiBase and remove the /api
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]