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/06/20 02:58:57 UTC

[34/50] [abbrv] ignite git commit: IGNITE-2047 Fixed default value.

IGNITE-2047 Fixed default value.


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

Branch: refs/heads/ignite-3262
Commit: 98046abdc74ebf42e23992abd7d3eb697118340e
Parents: af57914
Author: vsisko <vs...@gridgain.com>
Authored: Tue Jun 14 17:00:10 2016 +0700
Committer: vsisko <vs...@gridgain.com>
Committed: Tue Jun 14 17:00:10 2016 +0700

----------------------------------------------------------------------
 .../app/modules/states/configuration/clusters/communication.jade   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/98046abd/modules/web-console/src/main/js/app/modules/states/configuration/clusters/communication.jade
----------------------------------------------------------------------
diff --git a/modules/web-console/src/main/js/app/modules/states/configuration/clusters/communication.jade b/modules/web-console/src/main/js/app/modules/states/configuration/clusters/communication.jade
index 5d8ed10..12e3519 100644
--- a/modules/web-console/src/main/js/app/modules/states/configuration/clusters/communication.jade
+++ b/modules/web-console/src/main/js/app/modules/states/configuration/clusters/communication.jade
@@ -41,7 +41,7 @@ form.panel.panel-default(name=form novalidate)
                 .settings-row
                     +java-class('Communication listener:', communication + '.listener', 'comListener', 'true', 'false', 'Communication listener')
                 .settings-row
-                    +text-ip-address('Local IP address:', communication + '.localAddress', 'comLocalAddress', 'true', '228.1.2.4', 'Local host address for socket binding')
+                    +text-ip-address('Local IP address:', communication + '.localAddress', 'comLocalAddress', 'true', '0.0.0.0', 'Local host address for socket binding')
                 .settings-row
                     +number-min-max('Local port:', communication + '.localPort', 'comLocalPort', 'true', '47100', '1024', '65535', 'Local port for socket binding')
                 .settings-row