You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/09/23 12:06:53 UTC

ignite git commit: IGNITE-843 Minor changes to landing page.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 224f52eb3 -> a4fe5d1cf


IGNITE-843 Minor changes to landing page.


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

Branch: refs/heads/ignite-843
Commit: a4fe5d1cf7926aa3ba3a198e4e1dcf8b3d3409ab
Parents: 224f52e
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Sep 23 17:06:53 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Sep 23 17:06:53 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/views/index.jade                | 21 +++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a4fe5d1c/modules/control-center-web/src/main/js/views/index.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/views/index.jade b/modules/control-center-web/src/main/js/views/index.jade
index b85b05d..f1123d2 100644
--- a/modules/control-center-web/src/main/js/views/index.jade
+++ b/modules/control-center-web/src/main/js/views/index.jade
@@ -22,15 +22,22 @@ mixin lbl(txt)
 block container
     .row(ng-controller='auth')
         .docs-header
-            h1
-                | Apache Ignite Web Console
+            h1 Apache Ignite Web Console
+            hr
         .docs-content
             p Apache Ignite Web Console is utility for the configuration of Apache Ignite<sup>tm</sup> Grid.
-            p With Apache Ignite Web Console you can:
-            ul
-                li Create cluster configurations
-                li Load metadata from database
-                li Execute SQL queries
+            .block-callout-parent
+                table
+                    tbody
+                        tr
+                            td.block-callout-left
+                                i.fa.fa-check-square.block-callout-header-left
+                                label.block-callout-header-left With Apache Ignite Web Console you can:
+                                ul
+                                    li Create cluster configurations
+                                    li Load metadata from database
+                                    li Execute SQL queries
+        hr
         .col-xs-6.col-sm-6.col-md-6(ng-init='loginAction == "login"')
             form(name='loginForm')
                 .modal-body.row