You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by da...@apache.org on 2015/05/12 12:40:36 UTC

stratos git commit: fix application breadcrumb issue

Repository: stratos
Updated Branches:
  refs/heads/master 0fa71440d -> 736fa508e


fix application breadcrumb issue


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

Branch: refs/heads/master
Commit: 736fa508eb4a71e1092329dd39dd2df5592c78af
Parents: 0fa7144
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Tue May 12 07:41:20 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Tue May 12 16:10:10 2015 +0530

----------------------------------------------------------------------
 .../console/applications_form.jag                                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/736fa508/components/org.apache.stratos.manager.console/console/applications_form.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/applications_form.jag b/components/org.apache.stratos.manager.console/console/applications_form.jag
index 3fe6019..b573e21 100644
--- a/components/org.apache.stratos.manager.console/console/applications_form.jag
+++ b/components/org.apache.stratos.manager.console/console/applications_form.jag
@@ -107,8 +107,8 @@ switch (formtype) {
         error.push({"errorMessage":"Incorrect resource path found"});
 }
 var caramelData = {
-    breadcrumbPathLevelOne: breadcrumbPathLevelOne,
-    breadcrumbPathLevelTwo: elements.formtype,
+    breadcrumbPathLevelOne: breadcrumbPathLevelOne+'/'+elements.formtype,
+    breadcrumbPathLevelTwo: '',
     left_menu: leftMenu,
     isForm: isForm,
     isEdit: isEdit,