You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/05/07 00:57:07 UTC

[4/8] git commit: fixing https://issues.apache.org/jira/browse/STRATOS-645

fixing https://issues.apache.org/jira/browse/STRATOS-645


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

Branch: refs/heads/master
Commit: 9f4c29f5a36bfcb30d972e28427f2cfda24623f8
Parents: bd79408
Author: Nirmal Fernando <ni...@apache.org>
Authored: Wed May 7 04:22:56 2014 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Wed May 7 04:22:56 2014 +0530

----------------------------------------------------------------------
 .../partials/configure_stratos_wizard.hbs       | 21 ++++++--------------
 1 file changed, 6 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9f4c29f5/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
index 229eb59..5f9ea27 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
+++ b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
@@ -307,25 +307,16 @@
                                                 "id": "economyPolicy",
                                                 "loadThresholds": {
                                                   "requestsInFlight": {
-                                                    "average": "40",
-                                                    "gradient": "0",
-                                                    "secondDerivative": "0",
-                                                    "scaleDownMarginOfGradient": "1.0",
-                                                    "scaleDownMarginOfSecondDerivative": "0.2"
+						    "upperLimit": "80",
+						    "lowerLimit": "20"
                                                   },
                                                   "memoryConsumption": {
-                                                    "average": "100",
-                                                    "gradient": "0",
-                                                    "secondDerivative": "0",
-                                                    "scaleDownMarginOfGradient": "1.0",
-                                                    "scaleDownMarginOfSecondDerivative": "0.2"
+						    "upperLimit": "80",
+                                                    "lowerLimit": "20"
                                                   },
                                                   "loadAverage": {
-                                                    "average": "100",
-                                                    "gradient": "0",
-                                                    "secondDerivative": "0",
-                                                    "scaleDownMarginOfGradient": "1.0",
-                                                    "scaleDownMarginOfSecondDerivative": "0.2"
+						    "upperLimit": "80",
+                                                    "lowerLimit": "20"
                                                   }
                                                 }
                                               }