Reorganise policy control part of frontend 58/5758/8
authorelinuxhenrik <henrik.b.andersson@est.tech>
Fri, 12 Mar 2021 16:24:44 +0000 (17:24 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 29 Mar 2021 13:54:06 +0000 (15:54 +0200)
commit9c2b058b9696bf34c1b2d6fd20bf1fe9cfb1f7b0
tree34f1a9fe54d9e03db9a15cce0a1cddc3943345f9
parent44b8c1c44248550475dd7e1977f600180c0ca4f3
Reorganise policy control part of frontend

Change-Id: Idda9893b4073510d166079cb80a76b246431d1ac
Issue-ID: NONRTRIC-456
Signed-off-by: maximesson <maxime.bonneau@est.tech>
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
15 files changed:
webapp-frontend/src/app/mock/policies.json
webapp-frontend/src/app/mock/policies_notype.json [new file with mode: 0644]
webapp-frontend/src/app/mock/policy-instance-notype-status.json [new file with mode: 0644]
webapp-frontend/src/app/policy/policy-control.component.html
webapp-frontend/src/app/policy/policy-control.component.spec.ts
webapp-frontend/src/app/policy/policy-control.component.ts
webapp-frontend/src/app/policy/policy-instance/policy-instance.component.html
webapp-frontend/src/app/policy/policy-instance/policy-instance.component.ts
webapp-frontend/src/app/policy/policy-instance/policy-instance.datasource.ts
webapp-frontend/src/app/policy/policy-type/policy-type.component.html [new file with mode: 0644]
webapp-frontend/src/app/policy/policy-type/policy-type.component.scss [new file with mode: 0644]
webapp-frontend/src/app/policy/policy-type/policy-type.component.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/policy/policy-type/policy-type.component.ts [new file with mode: 0644]
webapp-frontend/src/app/policy/policy-type/policy-type.datasource.ts
webapp-frontend/src/app/policy/policy.module.ts