You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/04/30 14:26:55 UTC

stratos git commit: Removing group scaling enabled field from the web ui

Repository: stratos
Updated Branches:
  refs/heads/master 4fb23bfac -> 8674cd6d0


Removing group scaling enabled field from the web ui


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/8674cd6d
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/8674cd6d
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/8674cd6d

Branch: refs/heads/master
Commit: 8674cd6d082349422808c5629d0f4cfc051c276e
Parents: 4fb23bf
Author: Imesh Gunaratne <im...@apache.org>
Authored: Thu Apr 30 17:56:39 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Apr 30 17:56:50 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/js/custom/applications-editor.js  | 9 +--------
 .../themes/theme0/js/custom/applications_group_editor.js    | 7 -------
 2 files changed, 1 insertion(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/8674cd6d/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
index c274d4d..db44d9e 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications-editor.js
@@ -588,12 +588,6 @@ var groupBlockTemplate = {
             "id": "root/groupMinInstances",
             "default":1,
             "required":false
-        },
-        "groupScalingEnabled": {
-            "type":"boolean",
-            "id": "root/groupScalingEnabled",
-            "default": "false",
-            "required":false
         }
     }
 };
@@ -602,8 +596,7 @@ var groupBlockDefault = {
     "name":"group2",
     "alias":"group2alias",
     "groupMinInstances":1,
-    "groupMaxInstances":2,
-    "groupScalingEnabled":"false"
+    "groupMaxInstances":2
 };
 
 var applicationBlockTemplate = {

http://git-wip-us.apache.org/repos/asf/stratos/blob/8674cd6d/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_group_editor.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_group_editor.js b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_group_editor.js
index 3bd7c1a..ea822f9 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_group_editor.js
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/js/custom/applications_group_editor.js
@@ -285,11 +285,6 @@ var groupBlockTemplate = {
             "type": "string",
             "title": "Group Name: "
         },
-        "groupScalingEnabled": {
-            "id": "root/groupScalingEnabled",
-            "type": "boolean",
-            "title": "Group Scaling Enabled: "
-        },
         "dependencies": {
             "id": "root/dependencies",
             "type": "object",
@@ -335,7 +330,6 @@ var groupBlockTemplate = {
         },
         "required": [
             "name",
-            "groupScalingEnabled",
             "dependencies"
         ]
     }
@@ -343,7 +337,6 @@ var groupBlockTemplate = {
 
 var groupBlockDefault = {
     "name": "",
-    "groupScalingEnabled": "true",
     "dependencies": {
         "startupOrders": [
             "cartridge.type, group.name"