improve schema on application group editor

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

Branch: refs/heads/master
Commit: 92772e59c91885bbf6fbbef6659e3db8f473a032
Parents: d3c531d
Author: Dakshika Jayathilaka <[email protected]>
Authored: Wed Mar 25 08:24:13 2015 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Fri Apr 17 13:59:56 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/92772e59/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 39e066f..566a898 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
@@ -304,7 +304,8 @@ var groupBlockTemplate = {
                     "title": "Startup Orders: ",
                     "items": {
                         "id": "root/dependencies/startupOrders/0",
-                        "type": "string"
+                        "type": "string",
+                        "title": "Startup Order "
                     }
                 },
                 "scalingDependants": {
@@ -313,7 +314,8 @@ var groupBlockTemplate = {
                     "title": "Scaling Dependants: ",
                     "items": {
                         "id": "root/dependencies/scalingDependants/0",
-                        "type": "string"
+                        "type": "string",
+                        "title": "Scaling Dependant "
                     }
                 },
                 "terminationBehaviour": {

Reply via email to