This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch delta-topology-workshop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/delta-topology-workshop by this push:
new 8dd0a44 update vnc url
8dd0a44 is described below
commit 8dd0a441f5079a580f9ced00b12f93acf8c59c05
Author: Marcus Christie <machristie@apache.org>
AuthorDate: Fri Nov 20 14:20:50 2020 -0500
update vnc url
---
.../js/components/experiment/ExperimentSummary.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
index 65181e4..651fc78 100644
--- a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
+++ b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentSummary.vue
@@ -117,7 +117,7 @@
</tr>
<tr v-if="localFullExperiment.jobDetails && localFullExperiment.jobDetails.length
> 0 && localFullExperiment.jobDetails[0].jobName">
<th scope="row">VNC URL</th>
- <td><a :href="'https://delta-topology.org/vnc/' + encodeURIComponent(localFullExperiment.jobDetails[0].jobName)">View
VNC</a></td>
+ <td><a :href="'/static/vnc/' + encodeURIComponent(localFullExperiment.jobDetails[0].jobName)
+ '.html'">View VNC</a></td>
</tr>
<tr>
<th scope="row">Owner</th>
|