Repository: ignite Updated Branches: refs/heads/ignite-843-rc1 ed0399eaf -> 962ad5a5c
IGNITE-843 Fixed typo. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d2efc003 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d2efc003 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d2efc003 Branch: refs/heads/ignite-843-rc1 Commit: d2efc003b8649196a8cece5ff1ee33a46319361e Parents: 7d080e4 Author: Alexey Kuznetsov <[email protected]> Authored: Thu Oct 15 11:15:03 2015 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu Oct 15 11:15:03 2015 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/views/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/d2efc003/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 8a7c4f5..119ffb8 100644 --- a/modules/control-center-web/src/main/js/views/index.jade +++ b/modules/control-center-web/src/main/js/views/index.jade @@ -79,7 +79,7 @@ block body p Apache Ignite Web Console is an interactive web management tool which allows users to: ul li Create and download various configurations for Apache Ignite - li Automatically load SQL metadata form any RDBMS + li Automatically load SQL metadata from any RDBMS li Connect to Ignite cluster and run SQL analytics on it .col-xs-12.col-md-6 #carousel.carousel.slide(data-ride='carousel')
