Add A1 Policy Instance logic from backend 09/5509/3
authorLathish <lathishbabu.ganesan@est.tech>
Tue, 26 Jan 2021 14:23:10 +0000 (14:23 +0000)
committerLathish <lathishbabu.ganesan@est.tech>
Wed, 27 Jan 2021 15:40:47 +0000 (15:40 +0000)
commit7443264a661235f08797ebf0dbb6a512f6485756
tree081ee28ae390a9601371aa6fcb3256e42f3a0386
parent9872b8b01da34a6677844ebd56352c9d8c3ec09b
Add A1 Policy Instance logic from backend

Issue-ID: NONRTRIC-412
Change-Id: I73c9e15543a530a4d29f7564b1c9e7a5a78cf826
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
17 files changed:
webapp-frontend/.gitignore
webapp-frontend/nginx.conf
webapp-frontend/src/app/interceptor.mock.ts
webapp-frontend/src/app/interfaces/policy.types.ts
webapp-frontend/src/app/mock/policies.json [new file with mode: 0644]
webapp-frontend/src/app/mock/policy-instance-1-status.json [new file with mode: 0644]
webapp-frontend/src/app/mock/policy-instance-1.json
webapp-frontend/src/app/mock/policy-instance-2-status.json [new file with mode: 0644]
webapp-frontend/src/app/mock/policy-instance-2.json [new file with mode: 0644]
webapp-frontend/src/app/mock/policy-instance-notype.json
webapp-frontend/src/app/policy-control/policy-instance-dialog.component.ts
webapp-frontend/src/app/policy-control/policy-instance.component.html
webapp-frontend/src/app/policy-control/policy-instance.component.ts
webapp-frontend/src/app/policy-control/policy-instance.datasource.ts
webapp-frontend/src/app/policy-control/policy-type.datasource.ts
webapp-frontend/src/app/services/policy/policy.service.spec.ts
webapp-frontend/src/app/services/policy/policy.service.ts