Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 0a8b4720e -> d46c8e026
IGNITE-843 Updated "what's now" and "what's next". Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d46c8e02 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d46c8e02 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d46c8e02 Branch: refs/heads/ignite-843 Commit: d46c8e026c5d8269db8ca735bc389cd2e3e7a07d Parents: 0a8b472 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Fri Aug 14 08:28:30 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Fri Aug 14 08:28:30 2015 +0700 ---------------------------------------------------------------------- .../src/main/js/controllers/models/caches.json | 33 ++++++++++---------- .../main/js/controllers/models/clusters.json | 11 +++---- .../src/main/js/controllers/models/summary.json | 10 +++--- 3 files changed, 28 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d46c8e02/modules/control-center-web/src/main/js/controllers/models/caches.json ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/controllers/models/caches.json b/modules/control-center-web/src/main/js/controllers/models/caches.json index 2ca832a..78f9c84 100644 --- a/modules/control-center-web/src/main/js/controllers/models/caches.json +++ b/modules/control-center-web/src/main/js/controllers/models/caches.json @@ -3,16 +3,17 @@ "workflowTitle": "What's now:", "workflowContent": [ "<ul>", - " <li>Configure caches.</li>", - " <li>Associate metadata with cache queries and/or cache store.</li>", - "</ul><br/>" + " <li>Configure Caches</li>", + " <li>Link Metadata to Caches</li>", + " <li>Link Caches to Clusters</li>", + "</ul>" ], "whatsNextTitle": "What's next:", "whatsNextContent": [ "<ul>", - " <li>Configure clusters.</li>", - " <li>Configure cache type metadata.</li>", - " <li>Generate XML and java code on Summary view.</li>", + " <li>Continue to <a href='/configuration/summary'>Summary</a></li>", + " <li>Back to <a href='/configuration/metadata'>Metadata</a></li>", + " <li>Back to <a href='/configuration/clusters'>Clusters</a></li>", "</ul>" ] }, @@ -297,21 +298,12 @@ ] }, { - "label": "Query", + "label": "Queries & Indexing", "tip": [ "Cache query settings." ], "fields": [ { - "label": "Escape table and filed names", - "type": "check", - "model": "sqlEscapeAll", - "tip": [ - "If set then all the SQL table and field names will be escaped with double quotes.", - "This enforces case sensitivity for field names and also allows having special characters in table and field names." - ] - }, - { "label": "On-heap cache for off-heap indexes", "type": "number", "model": "sqlOnheapRowCacheSize", @@ -370,6 +362,15 @@ "tip": [ "Class with user-defined functions for SQL queries." ] + }, + { + "label": "Escape table and filed names", + "type": "check", + "model": "sqlEscapeAll", + "tip": [ + "If set then all the SQL table and field names will be escaped with double quotes.", + "This enforces case sensitivity for field names and also allows having special characters in table and field names." + ] } ] }, http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d46c8e02/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 d6502c9..c29f67b 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 @@ -3,16 +3,15 @@ "workflowTitle": "What's now:", "workflowContent": [ "<ul>", - " <li>Configure clusters.</li>", - " <li>Associate clusters with caches.</li>", - "</ul><br/>" + " <li>Configure Clusters</li>", + " <li>Link Clusters to Caches</li>", + "</ul>" ], "whatsNextTitle": "What's next:", "whatsNextContent": [ "<ul>", - " <li>Configure cache type metadata.</li>", - " <li>Configure caches.</li>", - " <li>Generate XML and java code on Summary view.</li>", + " <li>Continue to <a href='/configuration/caches'>Caches</a></li>", + " <li>Continue to <a href='/configuration/summary'>Summary</a></li>", "</ul>" ] }, http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d46c8e02/modules/control-center-web/src/main/js/controllers/models/summary.json ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/controllers/models/summary.json b/modules/control-center-web/src/main/js/controllers/models/summary.json index a87ec6c..176cc2e 100644 --- a/modules/control-center-web/src/main/js/controllers/models/summary.json +++ b/modules/control-center-web/src/main/js/controllers/models/summary.json @@ -3,15 +3,17 @@ "workflowTitle": "What's now:", "workflowContent": [ "<ul>", - " <li>See XML and java code for server nodes configurations.</li>", - " <li>See XML and java code for client nodes configurations.</li>", + " <li>Download XML Config</li>", + " <li>Download Java Code</li>", + " <li>Download Docker File</li>", "</ul>" ], "whatsNextTitle": "What's next:", "whatsNextContent": [ "<ul>", - " <li>Download XML or java code configuration.</li>", - " <li>Start Ignite cluster with downloaded configuration.</li>", + " <li>Deploy Ignite Servers</li>", + " <li>Connect Ignite Clients</li>", + " <li>Analyze with SQL</li>", "</ul>" ] },