Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 bcea20f99 -> 00b3ac0e0
# IGNITE-843 Fix [Configure now] button on starting page. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/00b3ac0e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/00b3ac0e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/00b3ac0e Branch: refs/heads/ignite-843 Commit: 00b3ac0e0d3cd1dd4ce8ab3db704dd26f5009e00 Parents: bcea20f Author: AKuznetsov <[email protected]> Authored: Wed Jun 17 18:16:53 2015 +0700 Committer: AKuznetsov <[email protected]> Committed: Wed Jun 17 18:16:53 2015 +0700 ---------------------------------------------------------------------- modules/webconfig/nodejs/views/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/00b3ac0e/modules/webconfig/nodejs/views/index.jade ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/views/index.jade b/modules/webconfig/nodejs/views/index.jade index cd4fb30..8f965ba 100644 --- a/modules/webconfig/nodejs/views/index.jade +++ b/modules/webconfig/nodejs/views/index.jade @@ -40,4 +40,4 @@ block container .block-image.block-display-image img(ng-src='https://www.filepicker.io/api/file/lydEeGB6Rs9hwbpcQxiw' alt='Apache Ignite stack') .text-center(ng-controller='auth') - a.btn.btn-default(ng-click='login()' href='#') Configure Now + button.btn.btn-primary(ng-click='login()' href='#') Configure Now
