Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96A97200D50 for ; Mon, 4 Dec 2017 18:19:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9522D160BF7; Mon, 4 Dec 2017 17:19:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DA2E0160C05 for ; Mon, 4 Dec 2017 18:19:00 +0100 (CET) Received: (qmail 86157 invoked by uid 500); 4 Dec 2017 17:19:00 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 86148 invoked by uid 99); 4 Dec 2017 17:19:00 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2017 17:19:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A203F81FF0; Mon, 4 Dec 2017 17:18:58 +0000 (UTC) Date: Mon, 04 Dec 2017 17:18:59 +0000 To: "commits@airavata.apache.org" Subject: [airavata-django-portal] 01/02: AIRAVATA-2598 Display app name in ExperimentEditor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: machristie@apache.org In-Reply-To: <151240793837.7281.12212762049460933723@gitbox.apache.org> References: <151240793837.7281.12212762049460933723@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: airavata-django-portal X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 9597ac0f59b12be6b960607cd3ffae0706b3c31e X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171204171858.A203F81FF0@gitbox.apache.org> archived-at: Mon, 04 Dec 2017 17:19:01 -0000 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 9597ac0f59b12be6b960607cd3ffae0706b3c31e Author: Marcus Christie AuthorDate: Mon Dec 4 11:26:34 2017 -0500 AIRAVATA-2598 Display app name in ExperimentEditor --- django_airavata/apps/admin/package-lock.json | 1 - .../js/views/CreateExperimentContainer.vue | 8 ++++++-- .../js/views/ExperimentEditor.vue | 15 ++++++++++++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/django_airavata/apps/admin/package-lock.json b/django_airavata/apps/admin/package-lock.json index cd17321..769ee45 100644 --- a/django_airavata/apps/admin/package-lock.json +++ b/django_airavata/apps/admin/package-lock.json @@ -2662,7 +2662,6 @@ "requires": { "anymatch": "1.3.2", "async-each": "1.0.1", - "fsevents": "1.1.3", "glob-parent": "2.0.0", "inherits": "2.0.3", "is-binary-path": "1.0.1", diff --git a/django_airavata/apps/workspace/static/django_airavata_workspace/js/views/CreateExperimentContainer.vue b/django_airavata/apps/workspace/static/django_airavata_workspace/js/views/CreateExperimentContainer.vue index d9e7fcb..68a0828 100644 --- a/django_airavata/apps/workspace/static/django_airavata_workspace/js/views/CreateExperimentContainer.vue +++ b/django_airavata/apps/workspace/static/django_airavata_workspace/js/views/CreateExperimentContainer.vue @@ -1,5 +1,7 @@ \ No newline at end of file + + + \ No newline at end of file -- To stop receiving notification emails like this one, please contact "commits@airavata.apache.org" .