You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/08/21 08:40:49 UTC

[40/50] [abbrv] ignite git commit: IGNITE-6106 New screenshots.

IGNITE-6106 New screenshots.


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

Branch: refs/heads/ignite-5578
Commit: 9ca9bf618b7ac64d0a552efccc99fb8bcb2f945b
Parents: c15d260
Author: Vasiliy Sisko <vs...@gridgain.com>
Authored: Fri Aug 18 17:04:41 2017 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Aug 18 17:04:41 2017 +0700

----------------------------------------------------------------------
 .../frontend/app/data/getting-started.json         |  13 +++++++++++++
 .../frontend/public/images/multicluster.png        | Bin 0 -> 21921 bytes
 modules/web-console/frontend/views/signin.tpl.pug  |   6 ++++++
 3 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9ca9bf61/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 1b435ab..fd1869c 100644
--- a/modules/web-console/frontend/app/data/getting-started.json
+++ b/modules/web-console/frontend/app/data/getting-started.json
@@ -105,5 +105,18 @@
             " </ul>",
             "</div>"
         ]
+    },
+    {
+        "title": "Multicluster support",
+        "message": [
+            "<div class='col-xs-7'>",
+            " <img src='/images/multicluster.png' width='100%' />",
+            "</div>",
+            "<div class='col-xs-5'>",
+            " <ul>",
+            "  <li>Execute queries on different clusters</li>",
+            " </ul>",
+            "</div>"
+        ]
     }
 ]

http://git-wip-us.apache.org/repos/asf/ignite/blob/9ca9bf61/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
new file mode 100644
index 0000000..dd82495
Binary files /dev/null and b/modules/web-console/frontend/public/images/multicluster.png differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/9ca9bf61/modules/web-console/frontend/views/signin.tpl.pug
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/views/signin.tpl.pug b/modules/web-console/frontend/views/signin.tpl.pug
index fcd19e5..a053b86 100644
--- a/modules/web-console/frontend/views/signin.tpl.pug
+++ b/modules/web-console/frontend/views/signin.tpl.pug
@@ -106,6 +106,7 @@ web-console-header
                             li(data-target='#carousel', data-slide-to='4')
                             li(data-target='#carousel', data-slide-to='5')
                             li(data-target='#carousel', data-slide-to='6')
+                            li(data-target='#carousel', data-slide-to='7')
                         //- Wrapper for slides
                         .carousel-inner(role='listbox')
                             .item.active
@@ -143,6 +144,11 @@ web-console-header
                                 .carousel-caption
                                     h3 Query chart
                                     p View data in tabular form and as charts
+                            .item
+                                img(src='/images/multicluster.png', alt='Multicluster support')
+                                .carousel-caption
+                                    h3 Multicluster support
+                                    p Execute queries on different clusters
                         //- Controls
                         a.left.carousel-control(href='#carousel', ng-click='$event.preventDefault()', role='button', data-slide='prev')
                             span.fa.fa-chevron-left(aria-hidden='true')