Create login page and add wiki/contact item 73/91073/2
authorxuegao <xg353y@intl.att.com>
Tue, 9 Jul 2019 09:52:20 +0000 (11:52 +0200)
committerxuegao <xg353y@intl.att.com>
Wed, 10 Jul 2019 09:58:56 +0000 (11:58 +0200)
commit7c7323d8ec54e65ac7a9a5e8c7cd8bdc755ea70a
tree7f77ec10c6f9bd3b13f6c94978477ee3323b9a41
parentc8d6130e6355a6f8f460c114ed7bac0221eb0020
Create login page and add wiki/contact item

Create the login page for Clamp Ui; Add wiki/contact page which chould
be selected from the menu bar.

Issue-ID: CLAMP-416, CLAMP-417
Change-Id: Idddafd9c59a1e4d2897e962c831060e55083025c
Signed-off-by: xuegao <xg353y@intl.att.com>
ui-react/package.json
ui-react/src/components/app/LoopUI.js
ui-react/src/components/app/NotFound.js [new file with mode: 0644]
ui-react/src/components/app/login/BasicAuthLogin.js [new file with mode: 0644]
ui-react/src/components/app/login/LoginFailedPage.js [new file with mode: 0644]
ui-react/src/components/app/login/LoginPage.js [new file with mode: 0644]
ui-react/src/components/backend_communication/LoopActionService.js [new file with mode: 0644]
ui-react/src/components/backend_communication/LoopService.js [new file with mode: 0644]
ui-react/src/components/menu/MenuBar.js
ui-react/src/components/route/LoginRoute.js [new file with mode: 0644]
ui-react/src/index.js