From 0bf43d1913aec31c2977279f8b8cd747aeda6e08 Mon Sep 17 00:00:00 2001 From: Shaoquan Chen Date: Thu, 14 Jan 2016 15:23:58 -0800 Subject: [PATCH 01/10] Adding route for cf-application and cf-organization --- .../top-bar/navigation/navigation.html | 2 +- src/plugins/ci/ci.scss | 0 .../api/api.module.js | 0 .../cloud-foundry.module.js | 4 ++-- .../cloud-foundry/cloud-foundry.route.js | 20 +++++++++++++++++++ .../cloud-foundry.scss | 0 .../event/event.module.js | 0 .../model/model.module.js | 0 .../view/applications/application.route.js | 20 +++++++++++++++++++ .../view/applications/applications.html | 1 + src/plugins/cloud-foundry/view/index.html | 1 + .../view/organizations/organizations.html | 1 + .../view/organizations/organizations.route.js | 20 +++++++++++++++++++ .../view/view.module.js | 0 14 files changed, 66 insertions(+), 3 deletions(-) delete mode 100644 src/plugins/ci/ci.scss rename src/plugins/{cloud-fondry => cloud-foundry}/api/api.module.js (100%) rename src/plugins/{cloud-fondry => cloud-foundry}/cloud-foundry.module.js (86%) create mode 100644 src/plugins/cloud-foundry/cloud-foundry.route.js rename src/plugins/{cloud-fondry => cloud-foundry}/cloud-foundry.scss (100%) rename src/plugins/{cloud-fondry => cloud-foundry}/event/event.module.js (100%) rename src/plugins/{cloud-fondry => cloud-foundry}/model/model.module.js (100%) create mode 100644 src/plugins/cloud-foundry/view/applications/application.route.js create mode 100644 src/plugins/cloud-foundry/view/applications/applications.html create mode 100644 src/plugins/cloud-foundry/view/index.html create mode 100644 src/plugins/cloud-foundry/view/organizations/organizations.html create mode 100644 src/plugins/cloud-foundry/view/organizations/organizations.route.js rename src/plugins/{cloud-fondry => cloud-foundry}/view/view.module.js (100%) diff --git a/src/app/view/console/top-bar/navigation/navigation.html b/src/app/view/console/top-bar/navigation/navigation.html index 6b7751dca3..0d226a1762 100644 --- a/src/app/view/console/top-bar/navigation/navigation.html +++ b/src/app/view/console/top-bar/navigation/navigation.html @@ -1,6 +1,6 @@