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 9996F200C48 for ; Thu, 6 Apr 2017 12:45:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 98544160BA4; Thu, 6 Apr 2017 10:45:40 +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 9A618160BB2 for ; Thu, 6 Apr 2017 12:45:39 +0200 (CEST) Received: (qmail 76791 invoked by uid 500); 6 Apr 2017 10:45:38 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 76183 invoked by uid 99); 6 Apr 2017 10:45:38 -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; Thu, 06 Apr 2017 10:45:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67BA0E8F01; Thu, 6 Apr 2017 10:45:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.apache.org Date: Thu, 06 Apr 2017 10:45:54 -0000 Message-Id: <22f9fdd410894d5da9a3fb472e1490f7@git.apache.org> In-Reply-To: <903a34b865e9411d913d7f14895c3ac5@git.apache.org> References: <903a34b865e9411d913d7f14895c3ac5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/50] [abbrv] ignite git commit: IGNITE-4659 Fixed typo. (cherry picked from commit 6f1e970) archived-at: Thu, 06 Apr 2017 10:45:40 -0000 IGNITE-4659 Fixed typo. (cherry picked from commit 6f1e970) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/33667243 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/33667243 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/33667243 Branch: refs/heads/ignite-3477-master Commit: 336672432486830c31cb4b6f8bb1b401c276f3e5 Parents: 36f7621 Author: Alexey Kuznetsov Authored: Wed Mar 29 10:53:25 2017 +0700 Committer: Alexey Kuznetsov Committed: Wed Mar 29 10:54:30 2017 +0700 ---------------------------------------------------------------------- .../modules/states/configuration/clusters/general/discovery/s3.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/33667243/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.pug b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.pug index ed6e20e..853c32c 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.pug +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.pug @@ -22,6 +22,6 @@ include /app/helpers/jade/mixins div .details-row - +text('Bucket name:', `${model}.bucketName`, `${discoveryKind}BucketName'`, required, 'Input bucket name', 'Bucket name for IP finder') + +text('Bucket name:', `${model}.bucketName`, `'${discoveryKind}BucketName'`, required, 'Input bucket name', 'Bucket name for IP finder') .details-row label Note, AWS credentials will be generated as stub