Repository: stratos
Updated Branches:
  refs/heads/4.0.0 23eb1a0b5 -> 461fa5bcc


Removed unused load threshold parameters from the example in configuration 
wizard


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

Branch: refs/heads/4.0.0
Commit: 461fa5bcc1b94558e130a66a596ce6f8e1fc7993
Parents: 23eb1a0
Author: Imesh Gunaratne <[email protected]>
Authored: Thu Jun 5 01:21:17 2014 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Thu Jun 5 01:21:17 2014 +0530

----------------------------------------------------------------------
 .../theme1/partials/configure_stratos_wizard.hbs  | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/461fa5bc/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..93110a7 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,13 @@
                                                 "id": "economyPolicy",
                                                 "loadThresholds": {
                                                   "requestsInFlight": {
-                                                    "average": "40",
-                                                    "gradient": "0",
-                                                    "secondDerivative": "0",
-                                                    
"scaleDownMarginOfGradient": "1.0",
-                                                    
"scaleDownMarginOfSecondDerivative": "0.2"
+                                                    "average": "40"
                                                   },
                                                   "memoryConsumption": {
-                                                    "average": "100",
-                                                    "gradient": "0",
-                                                    "secondDerivative": "0",
-                                                    
"scaleDownMarginOfGradient": "1.0",
-                                                    
"scaleDownMarginOfSecondDerivative": "0.2"
+                                                    "average": "100"
                                                   },
                                                   "loadAverage": {
-                                                    "average": "100",
-                                                    "gradient": "0",
-                                                    "secondDerivative": "0",
-                                                    
"scaleDownMarginOfGradient": "1.0",
-                                                    
"scaleDownMarginOfSecondDerivative": "0.2"
+                                                    "average": "100"
                                                   }
                                                 }
                                               }

Reply via email to