User Management: Create and delete. Initial pass.
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Tue, 7 Mar 2017 18:59:18 +0000 (13:59 -0500)
committerLaurence Maultsby <laurence.maultsby@riftio.com>
Tue, 7 Mar 2017 18:59:18 +0000 (13:59 -0500)
commitba19ffdfd442c7ebe66f482b90f6bc65a0e9b8be
treea2cf2c5b9c17194b431721b6a71e8adb3946abcd
parent625a4c2118c4d095daf2a264643798eddf4d0491
User Management: Create and delete. Initial pass.

Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
32 files changed:
skyquake/.storybook/config.js
skyquake/framework/core/modules/api/userManagementAPI.js [new file with mode: 0644]
skyquake/framework/core/modules/navigation_manager.js
skyquake/framework/core/modules/routes/userManagement.js [new file with mode: 0644]
skyquake/framework/style/_colors.scss
skyquake/framework/widgets/button/button.scss
skyquake/framework/widgets/button/sq-button.jsx
skyquake/framework/widgets/form_controls/formControls.scss
skyquake/framework/widgets/form_controls/input.jsx [new file with mode: 0644]
skyquake/framework/widgets/form_controls/selectOption.jsx
skyquake/framework/widgets/form_controls/textInput.jsx
skyquake/framework/widgets/panel/panel.jsx
skyquake/framework/widgets/panel/panel.scss
skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx
skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js
skyquake/plugins/launchpad/package.json
skyquake/plugins/user-management/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/user-management/api/ro.js [new file with mode: 0644]
skyquake/plugins/user-management/config.json [new file with mode: 0644]
skyquake/plugins/user-management/package.json [new file with mode: 0644]
skyquake/plugins/user-management/routes.js [new file with mode: 0644]
skyquake/plugins/user-management/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/user-management/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/user-management/server.js [new file with mode: 0644]
skyquake/plugins/user-management/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/user-management/src/dashboard/userMgmt.scss [new file with mode: 0644]
skyquake/plugins/user-management/src/dashboard/userMgmtActions.js [new file with mode: 0644]
skyquake/plugins/user-management/src/dashboard/userMgmtSource.js [new file with mode: 0644]
skyquake/plugins/user-management/src/dashboard/userMgmtStore.js [new file with mode: 0644]
skyquake/plugins/user-management/src/main.js [new file with mode: 0644]
skyquake/plugins/user-management/webpack.production.config.js [new file with mode: 0644]
skyquake/skyquake.js