You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2016/02/03 11:57:09 UTC

[44/50] ignite git commit: IGNITE-843 Minor ui fix.

IGNITE-843 Minor ui fix.


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

Branch: refs/heads/ignite-843-rc3
Commit: 94fea9fdde494e0b9d656cc1c92c08390b890c6c
Parents: d055f64
Author: Andrey <an...@gridgain.com>
Authored: Wed Feb 3 16:12:06 2016 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Wed Feb 3 16:12:06 2016 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/app/modules/terms/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/94fea9fd/modules/control-center-web/src/main/js/app/modules/terms/main.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/app/modules/terms/main.js b/modules/control-center-web/src/main/js/app/modules/terms/main.js
index e99d21d..40f7ba2 100644
--- a/modules/control-center-web/src/main/js/app/modules/terms/main.js
+++ b/modules/control-center-web/src/main/js/app/modules/terms/main.js
@@ -23,7 +23,7 @@ angular
 ])
 .provider('igniteTerms', function() {
     let _rows = [
-        'Apache Ignite Web Console, version 1.0.0 beta',
+        'Apache Ignite Web Console',
         '© 2015 The Apache Software Foundation.',
         'Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.'
     ];