Merge "Add test coverage of PolicyControlComponent"
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / policy / policy-type / policy-type.component.html
index 6bc273d..a94a3e9 100644 (file)
     <mat-icon matTooltip="Properties">{{isVisible.value? 'expand_less' : 'expand_more'}}</mat-icon>
   </div>
   <div>
-    <b><u>Policy type:</u></b> {{policyTypeInfo.type.id}}
+    <b><u>Policy type:</u></b> {{policyType}}
   </div>
   <div>
-    <b><u>Description:</u></b>{{policyTypeInfo.type.schemaObject.description}}
+    <b><u>Description:</u></b> {{policyDescription}}
   </div>
 </div>