Create the sub components for new Clamp UI 04/90604/2
authorxuegao <xg353y@intl.att.com>
Thu, 27 Jun 2019 15:41:01 +0000 (17:41 +0200)
committerxuegao <xg353y@intl.att.com>
Fri, 28 Jun 2019 11:52:44 +0000 (13:52 +0200)
commit19e628ca032e6f0f9b00b7041a4c32390b5839e1
tree72a40432a5314de208c49b0c0289d2dd2fce1ec8
parenta54f640ba09c658ba3c9eabcc84cd95024e80d16
Create the sub components for new Clamp UI

Create the sub components for the new React Clamp UI

Issue-ID: CLAMP-414
Change-Id: I3e9e6bf05559829d22936e06556fef60635a33d0
Signed-off-by: xuegao <xg353y@intl.att.com>
17 files changed:
ui-react/package.json
ui-react/public/index.html
ui-react/src/Clamp.js [new file with mode: 0644]
ui-react/src/ClampHeader.js
ui-react/src/ClampLogo.js
ui-react/src/ClampLogoImg.js [new file with mode: 0644]
ui-react/src/ClosedLoopLogs.js [new file with mode: 0644]
ui-react/src/ClosedLoopSVG.js [new file with mode: 0644]
ui-react/src/ClosedLoopStatus.js [new file with mode: 0644]
ui-react/src/ClosedLoopView.js [new file with mode: 0644]
ui-react/src/ClosedLoopViewBody.js [new file with mode: 0644]
ui-react/src/ClosedLoopViewHeader.js [new file with mode: 0644]
ui-react/src/MenuBar.js
ui-react/src/UserBar.js
ui-react/src/css/index.css [new file with mode: 0644]
ui-react/src/index.css [deleted file]
ui-react/src/index.js