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/05/18 15:12:54 UTC

stratos git commit: Fixing iaas providers text on cartridge page and setting it to expand on page load

Repository: stratos
Updated Branches:
  refs/heads/master dac81ac18 -> 506f99331


Fixing iaas providers text on cartridge page and setting it to expand on page load


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

Branch: refs/heads/master
Commit: 506f99331ad676ba136f150219cdf426c3db3ea3
Parents: dac81ac
Author: Imesh Gunaratne <im...@apache.org>
Authored: Mon May 18 18:42:41 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Mon May 18 18:42:41 2015 +0530

----------------------------------------------------------------------
 .../controllers/forms/schema/configure/cartridges.json    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/506f9933/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
index 5c01565..fba6f5d 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
@@ -257,10 +257,10 @@
         "iaasProvider": {
             "type": "array",
             "id": "root/iaasProvider",
-            "title": "iaas Provider",
-            "name": "iaas Provider",
+            "title": "IaaS Providers",
+            "name": "IaaS Provider",
             "options": {
-                "collapsed": true
+                "collapsed": false
             },
             "format":"tabs",
             "items": {
@@ -268,8 +268,8 @@
                 "id": "root/iaasProvider/0",
                 "format": "grid",
                 "required": ["type", "imageId"],
-                "title": "iaas Provider",
-                "name": "iaas Provider",
+                "title": "IaaS Provider",
+                "name": "IaaS Provider",
                 "properties": {
                     "type": {
                         "type": "string",