X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-control.component.ts;h=56c0ec3aac34b6e74d84ec4da75abd987c19d888;hb=refs%2Fchanges%2F50%2F5450%2F1;hp=c287438777615fdff60b04eea0b13cc6312ec1f6;hpb=243803fec15c196b4a230ab76671acbcd98d5713;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy-control/policy-control.component.ts b/webapp-frontend/src/app/policy-control/policy-control.component.ts index c287438..56c0ec3 100644 --- a/webapp-frontend/src/app/policy-control/policy-control.component.ts +++ b/webapp-frontend/src/app/policy-control/policy-control.component.ts @@ -124,7 +124,7 @@ export class PolicyControlComponent implements OnInit { return this.getPolicyTypeInfo(policyType).isExpanded.asObservable(); } - refresh() { - location.reload(); + refreshTables() { + this.policyTypesDataSource.loadTable(); } }