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 2016/01/27 10:50:17 UTC

ignite git commit: IGNITE-843 Minor UI fixes.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 67c0e44ca -> 908973bcc


IGNITE-843 Minor UI fixes.


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

Branch: refs/heads/ignite-843-rc2
Commit: 908973bcc1046f2570fae23a8ab1a40945888177
Parents: 67c0e44
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Jan 27 16:50:16 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Jan 27 16:50:16 2016 +0700

----------------------------------------------------------------------
 .../src/main/js/app/modules/configuration/sidebar/main.js        | 2 +-
 .../states/configuration/clusters/general/discovery/cloud.jade   | 4 ++--
 .../configuration/clusters/general/discovery/multicast.jade      | 4 ++--
 .../states/configuration/clusters/general/discovery/vm.jade      | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/908973bc/modules/control-center-web/src/main/js/app/modules/configuration/sidebar/main.js
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/app/modules/configuration/sidebar/main.js b/modules/control-center-web/src/main/js/app/modules/configuration/sidebar/main.js
index 5130d91..4e2c39c 100644
--- a/modules/control-center-web/src/main/js/app/modules/configuration/sidebar/main.js
+++ b/modules/control-center-web/src/main/js/app/modules/configuration/sidebar/main.js
@@ -24,8 +24,8 @@ angular
 .provider('igniteConfigurationSidebar', function() {
     const items = [
         { text: 'Clusters', sref: 'base.configuration.clusters' },
-        { text: 'Caches', sref: 'base.configuration.caches' },
         { text: 'Model', sref: 'base.configuration.domains' },
+        { text: 'Caches', sref: 'base.configuration.caches' },
         { text: 'IGFS', sref: 'base.configuration.igfs' }
     ];
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/908973bc/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/cloud.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/cloud.jade b/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/cloud.jade
index 256d93d..e27bc8b 100644
--- a/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/cloud.jade
+++ b/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/cloud.jade
@@ -78,7 +78,7 @@ div
                 | If the regions are not set then every region, that a cloud provider has, will be investigated. This could lead to significant performance degradation#[br]
                 | Note, that some cloud providers, like Google Compute Engine, doesn't have a notion of a region. For such providers regions are redundant
             ignite-form-group-add(ng-click='__.add = [{}]')
-                | Add new address.
+                | Add new address
 
             - var field = 'edit'
             - var valid = form + '.' + field + '.$valid'
@@ -159,7 +159,7 @@ div
                 | If the zones are not set then every zone from specified regions, will be taken into account#[br]
                 | Note, that some cloud providers, like Rackspace, doesn't have a notion of a zone. For such providers zones are redundant
             ignite-form-group-add(ng-click='__.add = [{}]')
-                | Add new address.
+                | Add new address
 
             - var field = 'edit'
             - var valid = form + '.' + field + '.$valid'

http://git-wip-us.apache.org/repos/asf/ignite/blob/908973bc/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/multicast.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/multicast.jade b/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/multicast.jade
index e5e9d39..ef6e0f7 100644
--- a/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/multicast.jade
+++ b/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/multicast.jade
@@ -99,7 +99,7 @@ div
                 ul: li port1 < port2 should be true
                     li Both port1 and port2 should be greater than 0
             ignite-form-group-add(ng-click='__.add = [{}]')
-                | Add new address.
+                | Add new address
 
             - var field = 'edit'
             - var valid = form + '.' + field + '.$valid'
@@ -174,4 +174,4 @@ div
                         )
             
             .group-content-empty(ng-if='!(#{addresses}.length) && !__.add.length')
-                | Not defined
\ No newline at end of file
+                | Not defined

http://git-wip-us.apache.org/repos/asf/ignite/blob/908973bc/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/vm.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/vm.jade b/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/vm.jade
index 839e142..37121cc 100644
--- a/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/vm.jade
+++ b/modules/control-center-web/src/main/js/app/modules/states/configuration/clusters/general/discovery/vm.jade
@@ -35,7 +35,7 @@ div
             ul: li port1 < port2 should be true
                 li Both port1 and port2 should be greater than 0
         ignite-form-group-add(ng-click='__.add = [{}]')
-            | Add new address.
+            | Add new address
 
         - var field = 'edit'
         - var valid = form + '.' + field + '.$valid'
@@ -110,4 +110,4 @@ div
                     )
         
         .group-content-empty(ng-if='!(#{addresses}.length) && !__.add.length')
-                | Not defined
\ No newline at end of file
+                | Not defined