RIFT-14134, RIFT-14548: RO CRU and Instantiate Data Centers 10/310/1
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Mon, 12 Sep 2016 16:14:43 +0000 (12:14 -0400)
committerLaurence Maultsby <laurence.maultsby@riftio.com>
Mon, 12 Sep 2016 16:32:31 +0000 (12:32 -0400)
commitdfe972ff7c9f7b6b1d730e66b0b2aa8df2ce329b
treece8b5771c2e6e966991e487bb3989f31aaa9f0c5
parente8b63f1993b397787576bdd884366a6640a5adea
RIFT-14134, RIFT-14548: RO CRU and Instantiate Data Centers

Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
43 files changed:
skyquake/framework/widgets/panel/panel.jsx
skyquake/framework/widgets/panel/panel.scss
skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx
skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js
skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js
skyquake/plugins/accounts/routes.js
skyquake/plugins/accounts/src/account/accountActions.js
skyquake/plugins/accounts/src/account/accountSource.js
skyquake/plugins/accounts/src/account/accountStore.js
skyquake/plugins/accounts/src/account/accountsDashboard.jsx
skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx
skyquake/plugins/config/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/config/api/ro.js [new file with mode: 0644]
skyquake/plugins/config/config.json [new file with mode: 0644]
skyquake/plugins/config/images/OpenDaylight_logo.png [new file with mode: 0644]
skyquake/plugins/config/images/aws.png [new file with mode: 0644]
skyquake/plugins/config/images/juju.svg [new file with mode: 0644]
skyquake/plugins/config/images/openmano.png [new file with mode: 0644]
skyquake/plugins/config/images/openstack-horizontal.png [new file with mode: 0644]
skyquake/plugins/config/images/openstack.png [new file with mode: 0644]
skyquake/plugins/config/images/riftio.png [new file with mode: 0644]
skyquake/plugins/config/package.json [new file with mode: 0644]
skyquake/plugins/config/routes.js [new file with mode: 0644]
skyquake/plugins/config/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/config/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/config/server.js [new file with mode: 0644]
skyquake/plugins/config/src/dashboard/config.scss [new file with mode: 0644]
skyquake/plugins/config/src/dashboard/configActions.js [new file with mode: 0644]
skyquake/plugins/config/src/dashboard/configSource.js [new file with mode: 0644]
skyquake/plugins/config/src/dashboard/configStore.js [new file with mode: 0644]
skyquake/plugins/config/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/config/src/dashboard/inputs.jsx [new file with mode: 0644]
skyquake/plugins/config/src/main.js [new file with mode: 0644]
skyquake/plugins/config/webpack.production.config.js [new file with mode: 0644]
skyquake/plugins/launchpad/api/launchpad.js
skyquake/plugins/launchpad/src/instantiate/instantiateDashboard.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateStore.js
skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceActions.js
skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceSource.js
skyquake/plugins/launchpad/src/launchpadFleetActions.js
skyquake/plugins/launchpad/src/launchpadFleetSource.js