First version of policy editor components 13/5713/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 2 Mar 2021 08:00:35 +0000 (09:00 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 3 Mar 2021 15:01:31 +0000 (16:01 +0100)
commitd65bf33082110fbd2e0a022743ed9d0b014e5e8a
treefeb6d442ae72be8e2ddcd7be6b599de2d5a8da8e
parent1f5664f310dc6a18ecc10dbd2a0705500b2e15c9
First version of policy editor components

Break out component for the Ric selection and no type policy JSON
editing.

Change-Id: Iba4ae18cddda0aea64424d6b4d7f5d304d06b706
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Issue-ID: NONRTRIC-457
13 files changed:
webapp-frontend/src/app/interceptor.mock.ts
webapp-frontend/src/app/policy/no-type-policy-editor/no-type-policy-editor.component.html [new file with mode: 0644]
webapp-frontend/src/app/policy/no-type-policy-editor/no-type-policy-editor.component.scss [new file with mode: 0644]
webapp-frontend/src/app/policy/no-type-policy-editor/no-type-policy-editor.component.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/policy/no-type-policy-editor/no-type-policy-editor.component.ts [new file with mode: 0644]
webapp-frontend/src/app/policy/no-type-policy-instance-dialog/no-type-policy-instance-dialog.component.html
webapp-frontend/src/app/policy/no-type-policy-instance-dialog/no-type-policy-instance-dialog.component.spec.ts
webapp-frontend/src/app/policy/no-type-policy-instance-dialog/no-type-policy-instance-dialog.component.ts
webapp-frontend/src/app/policy/policy.module.ts
webapp-frontend/src/app/policy/ric-selector/ric-selector.component.html [new file with mode: 0644]
webapp-frontend/src/app/policy/ric-selector/ric-selector.component.scss [new file with mode: 0644]
webapp-frontend/src/app/policy/ric-selector/ric-selector.component.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/policy/ric-selector/ric-selector.component.ts [new file with mode: 0644]