Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 6943e48bb -> 9642b59ab
IGNITE-843 Fixed tips for regions and zones. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9642b59a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9642b59a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9642b59a Branch: refs/heads/ignite-843 Commit: 9642b59aba12f7a4d878110600115797616ade66 Parents: 6943e48 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Fri Aug 14 17:11:50 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Fri Aug 14 17:11:50 2015 +0700 ---------------------------------------------------------------------- .../src/main/js/controllers/models/clusters.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9642b59a/modules/control-center-web/src/main/js/controllers/models/clusters.json ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/controllers/models/clusters.json b/modules/control-center-web/src/main/js/controllers/models/clusters.json index c29f67b..8ff582a 100644 --- a/modules/control-center-web/src/main/js/controllers/models/clusters.json +++ b/modules/control-center-web/src/main/js/controllers/models/clusters.json @@ -219,7 +219,7 @@ "tableTip": [ "List of regions where VMs are located.", "If the regions are not set then every region, that a cloud provider has, will be investigated. This could lead to significant performance degradation.", - "Note, that some cloud providers, like Google Compute Engine, doesn't have a notion of a region. For such providers a call to this method is redundant." + "Note, that some cloud providers, like Google Compute Engine, doesn't have a notion of a region. For such providers regions are redundant." ], "tip": [ "Region where VMs are located." @@ -237,8 +237,8 @@ "removeTip": "Remove zone.", "tableTip": [ "List of zones where VMs are located.", - "If the zones are not set then every zone from regions, set by {@link #setRegions(Collection)}}, will be taken into account.", - "Note, that some cloud providers, like Rackspace, doesn't have a notion of a zone. For such providers a call to this method is redundant." + "If the zones are not set then every zone from specified regions, will be taken into account.", + "Note, that some cloud providers, like Rackspace, doesn't have a notion of a zone. For such providers zones are redundant." ], "tip": [ "Zone where VMs are located."