This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit af75e798cefe35bf4aa21b841e7f0bb4f7d69ee1 Author: Marcus Christie <[email protected]> AuthorDate: Tue May 7 18:00:26 2019 -0400 Removing "resource selection" column --- .../js/components/experiment/ExperimentEditor.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue index 8118a6c..96be49c 100644 --- a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue +++ b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/experiment/ExperimentEditor.vue @@ -102,12 +102,6 @@ </div> </div> </div> - - <div class="col"> - <h2 class="h4 mt-4 mb-3"> - Resource Selection - </h2> - </div> </div> <group-resource-profile-selector v-model="localExperiment.userConfigurationData.groupResourceProfileId"
