Create overall control with AppControl,RANControl 10/410/4
authorSarkar, Anand (as0481) <as0481@att.com>
Mon, 24 Jun 2019 16:33:42 +0000 (12:33 -0400)
committerSarkar, Anand (as0481) <as0481@att.com>
Tue, 25 Jun 2019 14:28:25 +0000 (10:28 -0400)
commitdfa4f23a94fcbf31deab33abde4c6a8318fd4186
tree42b650fb10fe0c114bb4c396be8001f79902bb86
parent9ed0faf04c7b65d86796aff901c5793dda581d43
Create overall control with AppControl,RANControl

Remove RAN Connection navigation from left menu
Add navigation to overall control page from home page

Signed-off-by: Sarkar, Anand (as0481) <as0481@att.com>
Issue-Id: RICPLT-1525
Change-Id: Ic59298e1b8a1d40f86c42df43bc6afd81fc17e27
23 files changed:
docs/release-notes.rst
webapp-frontend/src/app/app-control/app-control.animations.ts [moved from webapp-frontend/src/app/control/control.animations.ts with 96% similarity]
webapp-frontend/src/app/app-control/app-control.component.css [new file with mode: 0644]
webapp-frontend/src/app/app-control/app-control.component.html [new file with mode: 0644]
webapp-frontend/src/app/app-control/app-control.component.spec.ts [moved from webapp-frontend/src/app/ran-connection/ran-connection.component.spec.ts with 78% similarity]
webapp-frontend/src/app/app-control/app-control.component.ts [new file with mode: 0644]
webapp-frontend/src/app/app-control/app-control.datasource.ts [moved from webapp-frontend/src/app/control/control.datasource.ts with 98% similarity]
webapp-frontend/src/app/app-routing.module.ts
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/control/control.component.css
webapp-frontend/src/app/control/control.component.html
webapp-frontend/src/app/control/control.component.spec.ts
webapp-frontend/src/app/control/control.component.ts
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.html
webapp-frontend/src/app/ran-control/ran-connection-dialog.component.css [moved from webapp-frontend/src/app/ran-connection/ran-connection-dialog.component.css with 100% similarity]
webapp-frontend/src/app/ran-control/ran-connection-dialog.component.html [moved from webapp-frontend/src/app/ran-connection/ran-connection-dialog.component.html with 100% similarity]
webapp-frontend/src/app/ran-control/ran-connection-dialog.component.ts [moved from webapp-frontend/src/app/ran-connection/ran-connection-dialog.component.ts with 98% similarity]
webapp-frontend/src/app/ran-control/ran-control.component.html [moved from webapp-frontend/src/app/ran-connection/ran-connection.component.html with 93% similarity]
webapp-frontend/src/app/ran-control/ran-control.component.scss [moved from webapp-frontend/src/app/ran-connection/ran-connection.component.scss with 93% similarity]
webapp-frontend/src/app/ran-control/ran-control.component.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/ran-control/ran-control.component.ts [moved from webapp-frontend/src/app/ran-connection/ran-connection.component.ts with 83% similarity]
webapp-frontend/src/app/ran-control/ran-control.datasource.ts [moved from webapp-frontend/src/app/ran-connection/ran-connection.datasource.ts with 84% similarity]
webapp-frontend/src/app/ui/control-card/control-card.component.html