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=174e972d55a5f49b4368be1329d3681f83605bdf;hp=9cf24389f76d672a088017059248485002b9b642;hpb=6e3a6f5c61a6af69255862c485fd597c39f69268;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 9cf2438..56c0ec3 100644 --- a/webapp-frontend/src/app/policy-control/policy-control.component.ts +++ b/webapp-frontend/src/app/policy-control/policy-control.component.ts @@ -123,4 +123,8 @@ export class PolicyControlComponent implements OnInit { getExpandedObserver(policyType: PolicyType): Observable { return this.getPolicyTypeInfo(policyType).isExpanded.asObservable(); } + + refreshTables() { + this.policyTypesDataSource.loadTable(); + } }