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/bf3895f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/bf3895f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/bf3895f8 Branch: refs/heads/master Commit: bf3895f8b75f4fc9757368d8810896906e37815f Parents: e64a8fa d48fa39 Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Thu Jan 16 15:31:20 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Thu Jan 16 15:31:20 2014 +0530 ---------------------------------------------------------------------- .../console/configure_stratos_wizard.jag | 28 + .../console/console.ipr | 59 + .../console/console.iws | 719 ++++++ .../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 + 21 files changed, 3007 insertions(+), 1093 deletions(-) ----------------------------------------------------------------------
