Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/cd028a18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/cd028a18 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/cd028a18 Branch: refs/heads/master Commit: cd028a186e30e02dcc5de573bc31c2459b4dd473 Parents: f066e07 edfc3c4 Author: Lahiru Sandaruwan <[email protected]> Authored: Thu Jan 16 16:36:26 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Thu Jan 16 16:36:26 2014 +0530 ---------------------------------------------------------------------- .../console/config/acl.json | 10 +- .../console/configure_stratos_wizard.jag | 28 + .../console/console.ipr | 59 + .../console/console.iws | 719 ++++++ .../console/controllers/router.jag | 4 + .../console/data/config_status.json | 2 +- .../console/data/tenants.json | 19 + .../console/tenant_management.jag | 11 + .../console/tenant_new.jag | 11 + .../partials/configure_stratos_wizard.hbs | 87 + .../console/themes/theme1/partials/header.hbs | 212 +- .../themes/theme1/partials/mycartridges.hbs | 30 + .../theme1/partials/tenant_management.hbs | 92 + .../themes/theme1/partials/tenant_new.hbs | 67 + .../renderers/configure_stratos_wizard.js | 75 + .../console/themes/theme1/renderers/index.js | 66 +- .../theme1/renderers/tenant_management.js | 42 + .../themes/theme1/renderers/tenant_new.js | 42 + .../console/themes/theme1/theme.js | 37 +- .../console/themes/theme1/ui/css/bootstrap.css | 2337 ++++++++++-------- .../console/themes/theme1/ui/css/main.css | 116 +- .../themes/theme1/ui/js/tenant_management.js | 30 + .../console/themes/theme1/ui/js/wizard.js | 18 + .../console/util/acl.jag | 31 +- .../rest/endpoint/services/ServiceUtils.java | 9 +- 25 files changed, 3054 insertions(+), 1100 deletions(-) ----------------------------------------------------------------------
