improve tabs on cartridge editor

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

Branch: refs/heads/master
Commit: 4a84561c9149ddfd1cd21017d0a1a9258c7ecd54
Parents: 890eb39
Author: Dakshika Jayathilaka <[email protected]>
Authored: Fri Apr 10 17:08:22 2015 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Fri Apr 17 13:59:58 2015 +0530

----------------------------------------------------------------------
 .../themes/theme0/js/custom/applications_group_editor.js       | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/4a84561c/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 566a898..3bd7c1a 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
@@ -302,20 +302,22 @@ var groupBlockTemplate = {
                     "id": "root/dependencies/startupOrders",
                     "type": "array",
                     "title": "Startup Orders: ",
+                    "format":"tabs",
                     "items": {
                         "id": "root/dependencies/startupOrders/0",
                         "type": "string",
-                        "title": "Startup Order "
+                        "title": "Order"
                     }
                 },
                 "scalingDependants": {
                     "id": "root/dependencies/scalingDependants",
                     "type": "array",
                     "title": "Scaling Dependants: ",
+                    "format":"tabs",
                     "items": {
                         "id": "root/dependencies/scalingDependants/0",
                         "type": "string",
-                        "title": "Scaling Dependant "
+                        "title": "Dependant"
                     }
                 },
                 "terminationBehaviour": {

Reply via email to