Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 832C518C66 for ; Wed, 2 Mar 2016 21:02:10 +0000 (UTC) Received: (qmail 49485 invoked by uid 500); 2 Mar 2016 21:02:10 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 49427 invoked by uid 500); 2 Mar 2016 21:02:10 -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 49406 invoked by uid 99); 2 Mar 2016 21:02:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 21:02:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31DE6E0577; Wed, 2 Mar 2016 21:02:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Date: Wed, 02 Mar 2016 21:02:11 -0000 Message-Id: <5bb993ea7a3b4b4f8a7822129bf65902@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] airavata-php-gateway git commit: Correcting spelling mistakes Correcting spelling mistakes Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/43466f18 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/43466f18 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/43466f18 Branch: refs/heads/master Commit: 43466f18b70db453061a70afd8c2f1b2ab2ec4c9 Parents: 3d99c1d Author: Nipurn Doshi Authored: Wed Mar 2 14:57:53 2016 -0500 Committer: Nipurn Doshi Committed: Wed Mar 2 14:57:53 2016 -0500 ---------------------------------------------------------------------- app/views/partials/resource-job-manager.blade.php | 2 +- public/css/bootstrap.min.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/43466f18/app/views/partials/resource-job-manager.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/resource-job-manager.blade.php b/app/views/partials/resource-job-manager.blade.php index f737dfd..4dfc3c4 100644 --- a/app/views/partials/resource-job-manager.blade.php +++ b/app/views/partials/resource-job-manager.blade.php @@ -35,7 +35,7 @@ @foreach( $parallelismTypes as $index => $pt) + value="@if( isset( $JSI->resourceJobManager->parallelismPrefix[$index] ) ){{$JSI->resourceJobManager->parallelismPrefix[$index]}}@endif"/> @endforeach \ No newline at end of file http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/43466f18/public/css/bootstrap.min.css ---------------------------------------------------------------------- diff --git a/public/css/bootstrap.min.css b/public/css/bootstrap.min.css index 9be6b94..a8e57c7 100644 --- a/public/css/bootstrap.min.css +++ b/public/css/bootstrap.min.css @@ -61,5 +61,5 @@ body{ } .tab-content>.tab-pane { - margin-top: 10%; + margin-top: 5%; } \ No newline at end of file