X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-control.component.html;h=e71fd8ab5e8ba60bc2779c683dd521b20f1b6991;hb=592589c3bcaba8f8d309bccf9068c0fce4434da8;hp=1eef5c5a045ba35df38775d04d56c4da413092f7;hpb=2535d83fed43ebb805f2612f40043eb6ceee2179;p=nonrtric.git diff --git a/dashboard/webapp-frontend/src/app/policy-control/policy-control.component.html b/dashboard/webapp-frontend/src/app/policy-control/policy-control.component.html index 1eef5c5a..e71fd8ab 100644 --- a/dashboard/webapp-frontend/src/app/policy-control/policy-control.component.html +++ b/dashboard/webapp-frontend/src/app/policy-control/policy-control.component.html @@ -24,17 +24,18 @@ class="policy-type-table mat-elevation-z8"> - Policy Type + Policy Type {{isInstancesShown(policyType) ? 'expand_less' : 'expand_more'}} - {{policyType.name}} + {{this.getName(policyType)}} Description - {{policyType.description}} + {{this.getDescription(policyType)}} +