Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 aac34fc07 -> 32b97b25d


IGNITE-843 Minor.


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

Branch: refs/heads/ignite-843-rc2
Commit: 32b97b25d832aa923ed63d4f0ac4ddd22b388a4f
Parents: aac34fc
Author: Alexey Kuznetsov <[email protected]>
Authored: Wed Feb 3 10:41:02 2016 +0700
Committer: Alexey Kuznetsov <[email protected]>
Committed: Wed Feb 3 10:41:02 2016 +0700

----------------------------------------------------------------------
 .../src/main/js/app/data/getting-started.json     |  13 +++++++++----
 .../main/js/controllers/clusters-controller.js    |   2 +-
 .../src/main/js/public/images/apache-ignite.png   | Bin 540262 -> 0 bytes
 .../src/main/js/public/images/ignite-puzzle.png   | Bin 0 -> 540262 bytes
 4 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/32b97b25/modules/control-center-web/src/main/js/app/data/getting-started.json
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/app/data/getting-started.json 
b/modules/control-center-web/src/main/js/app/data/getting-started.json
index 682ff7c..7b31bab 100644
--- a/modules/control-center-web/src/main/js/app/data/getting-started.json
+++ b/modules/control-center-web/src/main/js/app/data/getting-started.json
@@ -3,7 +3,7 @@
         "title": "What is Apache Ignite",
         "message": [
             "<p><b>Apache Ignite</b>  is a high-performance, integrated and 
distributed in-memory platform for computing and transacting on large-scale 
data sets in real-time, orders of magnitude faster than possible with 
traditional disk-based or flash technologies.</p>",
-            "<img src=\"/images/apache-ignite.png\" width=\"100%\" />",
+            "<img src=\"/images/ignite-puzzle.png\" width=\"100%\" />",
             "<p><b>Apache Ignite</b> is designed to deliver uncompromised 
performance for a wide set of in-memory computing use cases from high 
performance computing, to the industry most advanced data grid, highly 
available service grid, and streaming.</p>"
         ]
     },
@@ -25,13 +25,18 @@
     {
         "title": "Cluster screen",
         "message": [
-            "In cluster configuration you can follow next steps:",
+            "<div class=\"col-xs-6 col-sm-6 col-md-6\">",
+            "<img src=\"/images/cluster.png\" width=\"100%\" />",
+            "</div>",
+            "<div class=\"col-xs-6 col-sm-6 col-md-6\">",
+            "On clusters screen you can:",
             "<ul>",
-            "<li>Configure cluster configuration on Cluster screen</li>",
+            "<li>Configure all cluster properties grouped by logical </li>",
             "<li>Configure domain models on Model screen</li>",
             "<li>Configure clusters on Clusters screen</li>",
             "<li>See and download generated project for configured cluster on 
Summary screen</li>",
-            "</ul>"
+            "</ul>",
+            "</div>"
         ]
     },
     {

http://git-wip-us.apache.org/repos/asf/ignite/blob/32b97b25/modules/control-center-web/src/main/js/controllers/clusters-controller.js
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/clusters-controller.js 
b/modules/control-center-web/src/main/js/controllers/clusters-controller.js
index a9db26d..147ae51 100644
--- a/modules/control-center-web/src/main/js/controllers/clusters-controller.js
+++ b/modules/control-center-web/src/main/js/controllers/clusters-controller.js
@@ -174,7 +174,7 @@ consoleModule.controller('clustersController', function 
($http, $timeout, $scope
 
                 $scope.$watch('ui.inputForm.$valid', function(valid) {
                     if (valid && __original_value === 
JSON.stringify($cleanup($scope.backupItem))) {
-                        $scope.ui.inputForm.$setPristine();
+                        $scope.ui.inputForm.$dirty = false;
                     }
                 });
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/32b97b25/modules/control-center-web/src/main/js/public/images/apache-ignite.png
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/public/images/apache-ignite.png 
b/modules/control-center-web/src/main/js/public/images/apache-ignite.png
deleted file mode 100644
index 0db163a..0000000
Binary files 
a/modules/control-center-web/src/main/js/public/images/apache-ignite.png and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/ignite/blob/32b97b25/modules/control-center-web/src/main/js/public/images/ignite-puzzle.png
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/public/images/ignite-puzzle.png 
b/modules/control-center-web/src/main/js/public/images/ignite-puzzle.png
new file mode 100644
index 0000000..0db163a
Binary files /dev/null and 
b/modules/control-center-web/src/main/js/public/images/ignite-puzzle.png differ

Reply via email to