RIC Configuration from UI 66/5966/2
authorLathish <lathishbabu.ganesan@est.tech>
Fri, 23 Apr 2021 14:46:17 +0000 (15:46 +0100)
committerLathish <lathishbabu.ganesan@est.tech>
Thu, 29 Apr 2021 15:10:11 +0000 (16:10 +0100)
commit2fa73553d31c7afb4bdf9eca2f77fad6b987c1d2
tree40d89b6911f2c15153754c729174c64f07558af5
parent024d88d272f9b9923667b7670c9e3e4859cd34a8
RIC Configuration from UI
This enables the user to add/delete/update RIC config from dashboard.
Unit test for this component will be covered in next commit.

Issue-ID: NONRTRIC-498
Change-Id: Ia055127522f1784595c1667f1a8e4f0f22e14bd3
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
12 files changed:
webapp-frontend/src/app/app-routing.module.ts
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/interceptor.mock.ts
webapp-frontend/src/app/interfaces/ric.config.ts [new file with mode: 0644]
webapp-frontend/src/app/mock/ric-configuration.json [new file with mode: 0644]
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.html
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.ts
webapp-frontend/src/app/ric-config/ric-config.component.html [new file with mode: 0644]
webapp-frontend/src/app/ric-config/ric-config.component.scss [new file with mode: 0644]
webapp-frontend/src/app/ric-config/ric-config.component.ts [new file with mode: 0644]
webapp-frontend/src/app/ric-config/ricconfig.module.ts [new file with mode: 0644]
webapp-frontend/src/app/services/policy/policy.service.ts