You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by pr...@apache.org on 2014/01/10 06:53:44 UTC

git commit: getSubscirbedCartridges functionality

Updated Branches:
  refs/heads/master 70aa62e69 -> 8a76a55f3


getSubscirbedCartridges functionality


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

Branch: refs/heads/master
Commit: 8a76a55f376453b135bcf219daca771aaf639b6b
Parents: 70aa62e
Author: Pradeep Fernando <pr...@gmail.com>
Authored: Fri Jan 10 11:23:25 2014 +0530
Committer: Pradeep Fernando <pr...@gmail.com>
Committed: Fri Jan 10 11:23:25 2014 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.manager.console/console/index.jag | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8a76a55f/components/org.apache.stratos.manager.console/console/index.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/index.jag b/components/org.apache.stratos.manager.console/console/index.jag
index f852cc4..c3b5141 100644
--- a/components/org.apache.stratos.manager.console/console/index.jag
+++ b/components/org.apache.stratos.manager.console/console/index.jag
@@ -1,7 +1,8 @@
 <%
 var caramel = require('caramel')
-var mycartridges = require('/data/mycartridges.json');
+var utils = require('/util/utility.jag');
+var subscribedCartridges =  utils.consoleAppUtil.getSubscribedCartridges();
 caramel.render({
-    mycartridges:mycartridges
+    mycartridges:subscribedCartridges
 });
 %>
\ No newline at end of file