Repository: stratos Updated Branches: refs/heads/master 106955bcb -> 3f51f07c3
fix context issue on stratos console app Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ea86f7c2 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ea86f7c2 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ea86f7c2 Branch: refs/heads/master Commit: ea86f7c21798e9cee4984164d80816d9f8930dd0 Parents: c6a485f Author: Dakshika Jayathilaka <[email protected]> Authored: Tue Nov 11 07:47:43 2014 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Tue Nov 11 07:47:43 2014 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.manager.console/console/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ea86f7c2/components/org.apache.stratos.manager.console/console/app.js ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/app.js b/components/org.apache.stratos.manager.console/console/app.js index b2a33e3..7a4b3c0 100644 --- a/components/org.apache.stratos.manager.console/console/app.js +++ b/components/org.apache.stratos.manager.console/console/app.js @@ -22,7 +22,7 @@ var caramel = require('caramel'); caramel.configs({ - context: '/stratos-4.1.0-ui', + context: '/console', cache: true, negotiation: true, themer: function () {
