You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2016/03/28 10:48:22 UTC

[42/50] [abbrv] ignite git commit: IGNITE-843 Minor fix.

IGNITE-843 Minor fix.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1017ea84
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1017ea84
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1017ea84

Branch: refs/heads/ignite-2875
Commit: 1017ea846ab86866c0d50f5d377b376db307f421
Parents: e7dd846
Author: Andrey <an...@gridgain.com>
Authored: Fri Mar 25 14:18:39 2016 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Fri Mar 25 14:18:39 2016 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/views/signin.jade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1017ea84/modules/control-center-web/src/main/js/views/signin.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/views/signin.jade b/modules/control-center-web/src/main/js/views/signin.jade
index 77fd8e2..f666dbe 100644
--- a/modules/control-center-web/src/main/js/views/signin.jade
+++ b/modules/control-center-web/src/main/js/views/signin.jade
@@ -56,11 +56,11 @@ header#header.header
                             .settings-row(ng-show='action == "signup"')
                                 +lblRequired('Company:')
                                 .col-xs-9.col-md-8
-                                    input#company.form-control(enter-focus-next='country' type='text' ng-model='user_info.company' placeholder='Input company name' ng-required='action=="signup"')
+                                    input#company.form-control(enter-focus-next='country' type='search' ng-model='user_info.company' placeholder='Input company name' ng-required='action=="signup"')
                             .settings-row(ng-show='action == "signup"')
                                 +lblRequired('Country:')
                                 .col-xs-9.col-md-8
-                                    button#country.select-toggle.form-control(bs-select bs-options='item for item in countries' enter-focus-next='user_password' type='text' ng-model='user_info.country' placeholder='Choose your country' ng-required='action=="signup"')
+                                    button#country.select-toggle.form-control(bs-select bs-options='item for item in countries' enter-focus-next='user_password' type='search' ng-model='user_info.country' placeholder='Choose your country' ng-required='action=="signup"')
                             .settings-row(ng-show='action != "password/forgot"')
                                 +lblRequired('Password:')
                                 .col-xs-9.col-md-8