You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/09/17 14:41:21 UTC

[airavata-django-portal] branch delta-topology-workshop updated: Display message when waiting for VNC URL

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 f3a194b  Display message when waiting for VNC URL
f3a194b is described below

commit f3a194b0054b49d22c8ca219d148e69e51ba2642
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Sep 17 10:41:12 2021 -0400

    Display message when waiting for VNC URL
---
 .../js/components/experiment/ExperimentSummary.vue                 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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 525574c..8c24d02 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
@@ -90,9 +90,12 @@
                     <em>You don't have access to this project.</em>
                   </td>
                 </tr>
-                <tr v-if="vncURL">
+                <tr v-if="experiment.isProgressing">
                   <th scope="row">VNC URL</th>
-                  <td><a :href="vncURL">View VNC</a></td>
+                  <td>
+                    <a v-if="vncURL" :href="vncURL">View VNC</a>
+                    <em v-else>Please wait for the VNC URL to be available when the job is active.</em>
+                  </td>
                 </tr>
                 <tr>
                   <th scope="row">Owner</th>