Repository: incubator-stratos
Updated Branches:
  refs/heads/master 8637670b9 -> 4179bbe01


adding missed file and fixing LB ips in the cartridge into page


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

Branch: refs/heads/master
Commit: 4179bbe01252814f13bd6a0096e3998cb11f528f
Parents: 8637670
Author: rekathiru <[email protected]>
Authored: Wed Feb 19 16:56:39 2014 +0530
Committer: rekathiru <[email protected]>
Committed: Wed Feb 19 16:56:39 2014 +0530

----------------------------------------------------------------------
 .../themes/theme1/partials/cartridge_info.hbs        |   4 ++--
 .../console/themes/theme1/ui/img/favicon.png         | Bin 0 -> 585 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4179bbe0/components/org.apache.stratos.manager.console/console/themes/theme1/partials/cartridge_info.hbs
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/cartridge_info.hbs
 
b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/cartridge_info.hbs
index ada28e3..223fbe5 100644
--- 
a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/cartridge_info.hbs
+++ 
b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/cartridge_info.hbs
@@ -72,14 +72,14 @@
         {{#if lbclusterinfo.member}}
             <strong>LB Private ip:</strong>
             <div>
-                {{#each clusterinfo.member}}
+                {{#each lbclusterinfo.member}}
                           {{memberIp}};
                 {{/each}}
              </div>
 
              <strong>LB Public ip:</strong>
             <div>
-                {{#each clusterinfo.member}}
+                {{#each lbclusterinfo.member}}
                           {{memberPublicIp}};
                 {{/each}}
              </div>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4179bbe0/components/org.apache.stratos.manager.console/console/themes/theme1/ui/img/favicon.png
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/img/favicon.png
 
b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/img/favicon.png
new file mode 100644
index 0000000..eddfa83
Binary files /dev/null and 
b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/img/favicon.png
 differ

Reply via email to