IGNITE-8843 Web Console: Updated content for "Getting started" dialog.


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

Branch: refs/heads/ignite-8446
Commit: ce8c67e66af5dce4ae020fe3439d321be29cd9b0
Parents: 7d4c46b
Author: Vasiliy Sisko <vsi...@gridgain.com>
Authored: Thu Jul 26 14:46:23 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Thu Jul 26 14:46:23 2018 +0700

----------------------------------------------------------------------
 .../frontend/app/data/getting-started.json      |  30 +++++++++++++++++--
 .../frontend/public/images/cache.png            | Bin 24791 -> 15087 bytes
 .../frontend/public/images/cluster-quick.png    | Bin 0 -> 16407 bytes
 .../frontend/public/images/cluster.png          | Bin 29376 -> 24083 bytes
 .../frontend/public/images/domains.png          | Bin 22131 -> 17899 bytes
 .../web-console/frontend/public/images/igfs.png | Bin 14139 -> 14683 bytes
 .../frontend/public/images/main-screenshot.png  | Bin 86830 -> 0 bytes
 .../frontend/public/images/multicluster.png     | Bin 21921 -> 31178 bytes
 .../frontend/public/images/preview.png          | Bin 0 -> 29829 bytes
 .../frontend/public/images/query-chart.png      | Bin 17142 -> 0 bytes
 .../frontend/public/images/query-metadata.png   | Bin 39361 -> 0 bytes
 .../frontend/public/images/query-table.png      | Bin 28065 -> 19943 bytes
 .../frontend/public/images/summary.png          | Bin 33650 -> 0 bytes
 13 files changed, 27 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/app/data/getting-started.json
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/data/getting-started.json 
b/modules/web-console/frontend/app/data/getting-started.json
index caed920..1802b55 100644
--- a/modules/web-console/frontend/app/data/getting-started.json
+++ b/modules/web-console/frontend/app/data/getting-started.json
@@ -18,6 +18,19 @@
         ]
     },
     {
+        "title": "Quick cluster configuration",
+        "message": [
+            "<div class='col-xs-7'>",
+            " <img src='/images/cluster-quick.png' width='100%' />",
+            "</div>",
+            "<div class='col-xs-5'>",
+            " <ul>",
+            "  <li>Quick configuration of cluster and it's caches</li>",
+            " </ul>",
+            "</div>"
+        ]
+    },
+    {
         "title": "Clusters",
         "message": [
             "<div class='col-xs-7'>",
@@ -26,7 +39,6 @@
             "<div class='col-xs-5'>",
             " <ul>",
             "  <li>Configure cluster properties</li>",
-            "  <li>Associate cluster with caches</li>",
             " </ul>",
             "</div>"
         ]
@@ -54,7 +66,6 @@
             "<div class='col-xs-5'>",
             " <ul>",
             "  <li>Configure memory settings</li>",
-            "  <li>Configure persistence</li>",
             " </ul>",
             "</div>"
         ]
@@ -68,7 +79,20 @@
             "<div class='col-xs-5'>",
             " <ul>",
             "  <li>Configure IGFS properties</li>",
-            "  <li>Associate IGFS with clusters</li>",
+            " </ul>",
+            "</div>"
+        ]
+    },
+    {
+        "title": "Preview configuration result",
+        "message": [
+            "<div class='col-xs-7'>",
+            " <img src='/images/preview.png' width='100%' />",
+            "</div>",
+            "<div class='col-xs-5'>",
+            " <ul>",
+            "  <li>Preview configured project files</li>",
+            "  <li>Download configured project files</li>",
             " </ul>",
             "</div>"
         ]

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/cache.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/cache.png 
b/modules/web-console/frontend/public/images/cache.png
index 3ff3103..2fb3bc8 100644
Binary files a/modules/web-console/frontend/public/images/cache.png and 
b/modules/web-console/frontend/public/images/cache.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/cluster-quick.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/cluster-quick.png 
b/modules/web-console/frontend/public/images/cluster-quick.png
new file mode 100644
index 0000000..9f3933e
Binary files /dev/null and 
b/modules/web-console/frontend/public/images/cluster-quick.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/cluster.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/cluster.png 
b/modules/web-console/frontend/public/images/cluster.png
index 2d8b860..727f0c1 100644
Binary files a/modules/web-console/frontend/public/images/cluster.png and 
b/modules/web-console/frontend/public/images/cluster.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/domains.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/domains.png 
b/modules/web-console/frontend/public/images/domains.png
index 41c0470..f22b04d 100644
Binary files a/modules/web-console/frontend/public/images/domains.png and 
b/modules/web-console/frontend/public/images/domains.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/igfs.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/igfs.png 
b/modules/web-console/frontend/public/images/igfs.png
index b62c27b..7de1f52 100644
Binary files a/modules/web-console/frontend/public/images/igfs.png and 
b/modules/web-console/frontend/public/images/igfs.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/main-screenshot.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/main-screenshot.png 
b/modules/web-console/frontend/public/images/main-screenshot.png
deleted file mode 100644
index 5e1b9e9..0000000
Binary files a/modules/web-console/frontend/public/images/main-screenshot.png 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/multicluster.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/multicluster.png 
b/modules/web-console/frontend/public/images/multicluster.png
index dd82495..ef86c3f 100644
Binary files a/modules/web-console/frontend/public/images/multicluster.png and 
b/modules/web-console/frontend/public/images/multicluster.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/preview.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/preview.png 
b/modules/web-console/frontend/public/images/preview.png
new file mode 100644
index 0000000..76275ec
Binary files /dev/null and 
b/modules/web-console/frontend/public/images/preview.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/query-chart.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/query-chart.png 
b/modules/web-console/frontend/public/images/query-chart.png
deleted file mode 100644
index 1b7ef41..0000000
Binary files a/modules/web-console/frontend/public/images/query-chart.png and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/query-metadata.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/query-metadata.png 
b/modules/web-console/frontend/public/images/query-metadata.png
deleted file mode 100644
index 1b6c73c..0000000
Binary files a/modules/web-console/frontend/public/images/query-metadata.png 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/query-table.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/query-table.png 
b/modules/web-console/frontend/public/images/query-table.png
index 4d63a68..be4da8f 100644
Binary files a/modules/web-console/frontend/public/images/query-table.png and 
b/modules/web-console/frontend/public/images/query-table.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/ce8c67e6/modules/web-console/frontend/public/images/summary.png
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/images/summary.png 
b/modules/web-console/frontend/public/images/summary.png
deleted file mode 100644
index fda0abf..0000000
Binary files a/modules/web-console/frontend/public/images/summary.png and 
/dev/null differ

Reply via email to