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/06/02 18:51:03 UTC

incubator-ignite git commit: IGNITE-843: WIP minor changes.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 2d92879b6 -> a5d52f8ff


IGNITE-843: WIP minor changes.


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

Branch: refs/heads/ignite-843
Commit: a5d52f8ffcf2d02f8568ae39e33864f9c0a8260b
Parents: 2d92879
Author: AKuznetsov <ak...@gridgain.com>
Authored: Tue Jun 2 23:50:54 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Tue Jun 2 23:50:54 2015 +0700

----------------------------------------------------------------------
 modules/webconfig/nodejs/views/includes/header.jade | 4 ++--
 modules/webconfig/nodejs/views/index.jade           | 4 ++--
 modules/webconfig/nodejs/views/layout.jade          | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5d52f8f/modules/webconfig/nodejs/views/includes/header.jade
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/views/includes/header.jade b/modules/webconfig/nodejs/views/includes/header.jade
index 6d5df06..23d8f25 100644
--- a/modules/webconfig/nodejs/views/includes/header.jade
+++ b/modules/webconfig/nodejs/views/includes/header.jade
@@ -30,5 +30,5 @@ header.header(id='header')
                         ul.dropdown-menu
                             li
                                 a(href='/rest/auth/logout') Log Out
-                li(ng-show='!user' class=['nav-login'])
-                        a(ng-click='login()' href='#') Log In
\ No newline at end of file
+                li.nav-login(ng-show='!user')
+                    a(ng-click='login()' href='#') Log In
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5d52f8f/modules/webconfig/nodejs/views/index.jade
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/views/index.jade b/modules/webconfig/nodejs/views/index.jade
index 4e485e8..aeee291 100644
--- a/modules/webconfig/nodejs/views/index.jade
+++ b/modules/webconfig/nodejs/views/index.jade
@@ -39,5 +39,5 @@ block container
                         | sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.
             div(class=['block-image', 'block-display-image'])
                     img(ng-src='https://www.filepicker.io/api/file/lydEeGB6Rs9hwbpcQxiw' alt='Apache Ignite stack')
-            div.text-center
-                a(class=['btn', 'btn-default'] href='/clusters') Configure Now
+            div.text-center(ng-controller='auth')
+                a(class=['btn', 'btn-default'] ng-click='login()' href='#') Configure Now

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a5d52f8f/modules/webconfig/nodejs/views/layout.jade
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/views/layout.jade b/modules/webconfig/nodejs/views/layout.jade
index d25ec95..f23e373 100644
--- a/modules/webconfig/nodejs/views/layout.jade
+++ b/modules/webconfig/nodejs/views/layout.jade
@@ -48,7 +48,7 @@ html(ng-app='ignite-web-configurator')
             include includes/header
 
             div(class=['container', 'body-container'])
-                div(class=['main-content'])
+                div.main-content
                     div.main-head
                         block container