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 2022/01/03 22:19:45 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3543 Fixing variable name

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0e8aa5b  AIRAVATA-3543 Fixing variable name
0e8aa5b is described below

commit 0e8aa5b3c7f4a096423291c95489ddbb4265c026
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Jan 3 17:18:07 2022 -0500

    AIRAVATA-3543 Fixing variable name
---
 .../js/components/experiment/QueueSettingsEditor.vue                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/QueueSettingsEditor.vue b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/QueueSettingsEditor.vue
index b8aeb72..0a3ecbd 100644
--- a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/QueueSettingsEditor.vue
+++ b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/QueueSettingsEditor.vue
@@ -102,8 +102,8 @@
             <div slot="description">
               <i class="fa fa-info-circle" aria-hidden="true"></i>
               Max Allowed Cores = {{ maxCPUCount
-              }}<template v-if="queue && queue.cpuPerNode > 0"
-                >. There are {{ queue.cpuPerNode }} cores per node.
+              }}<template v-if="selectedQueueDefault && selectedQueueDefault.cpuPerNode > 0"
+                >. There are {{ selectedQueueDefault.cpuPerNode }} cores per node.
               </template>
             </div>
           </b-form-group>