Added support for showing typeless Policies 79/3579/1
authorPatrikBuhr <patrik.buhr@est.tech>
Tue, 5 May 2020 06:55:21 +0000 (08:55 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Tue, 5 May 2020 07:06:56 +0000 (09:06 +0200)
commit5372422520d7cfb5760a536cce0da7b15f012eda
tree6e0e7c8c11f46e64ce075f7573b1729e70c62b84
parent0bcfde8903ba3f1fb99fcab3bf39f7f4e6ccbe1e
Added support for showing typeless Policies

Policy types that has no json schema will be possible to
view and to delete. But not posible to create or to modify.

Change-Id: I0250dce8357b765f8c9c27963eddd3e9c466c1ef
Issue-ID: NONRTRIC-210
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
webapp-backend/src/main/java/org/oransc/portal/nonrtric/controlpanel/controller/PolicyController.java
webapp-backend/src/main/java/org/oransc/portal/nonrtric/controlpanel/policyagentapi/PolicyAgentApiImpl.java
webapp-frontend/src/app/policy-control/policy-control.component.html
webapp-frontend/src/app/policy-control/policy-control.component.ts
webapp-frontend/src/app/policy-control/policy-instance-dialog.component.html
webapp-frontend/src/app/policy-control/policy-instance-dialog.component.ts
webapp-frontend/src/app/services/policy/policy.service.ts