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/08/19 10:24:19 UTC

incubator-ignite git commit: IGNITE-843: Minor changes to "what's next".

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 b4321d895 -> da1751ff6


IGNITE-843: Minor changes to "what's next".


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

Branch: refs/heads/ignite-843
Commit: da1751ff6c3eafbb0c9fc3889c31cf483e998963
Parents: b4321d8
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Aug 19 15:24:35 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Aug 19 15:24:35 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/controllers/models/caches.json  | 2 +-
 .../src/main/js/controllers/models/metadata.json                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/da1751ff/modules/control-center-web/src/main/js/controllers/models/caches.json
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/models/caches.json b/modules/control-center-web/src/main/js/controllers/models/caches.json
index 740df17..0636a94 100644
--- a/modules/control-center-web/src/main/js/controllers/models/caches.json
+++ b/modules/control-center-web/src/main/js/controllers/models/caches.json
@@ -11,8 +11,8 @@
     "whatsNextTitle": "What's next:",
     "whatsNextContent": [
       "<ul>",
-      "  <li>Continue to <a href='/configuration/summary'>Summary</a></li>",
       "  <li>Continue to <a href='/configuration/metadata'>Metadata</a></li>",
+      "  <li>Continue to <a href='/configuration/summary'>Summary</a></li>",
       "  <li>Back to <a href='/configuration/clusters'>Clusters</a></li>",
       "</ul>"
     ]

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/da1751ff/modules/control-center-web/src/main/js/controllers/models/metadata.json
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/controllers/models/metadata.json b/modules/control-center-web/src/main/js/controllers/models/metadata.json
index 58a40fa..1c0fb34 100644
--- a/modules/control-center-web/src/main/js/controllers/models/metadata.json
+++ b/modules/control-center-web/src/main/js/controllers/models/metadata.json
@@ -10,8 +10,8 @@
     "whatsNextTitle": "What's next:",
     "whatsNextContent": [
       "<ul>",
-      "  <li>Continue to <a href='/configuration/caches'>Caches</a></li>",
       "  <li>Continue to <a href='/configuration/summary'>Summary</a></li>",
+      "  <li>Back to <a href='/configuration/caches'>Caches</a></li>",
       "  <li>Back to <a href='/configuration/clusters'>Clusters</a></li>",
       "</ul>"
     ]