Merge "Improvements on the return value of ECS rest api"
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / policy-control / policy-control.component.ts
index 9cf2438..56c0ec3 100644 (file)
@@ -123,4 +123,8 @@ export class PolicyControlComponent implements OnInit {
     getExpandedObserver(policyType: PolicyType): Observable<boolean> {
         return this.getPolicyTypeInfo(policyType).isExpanded.asObservable();
     }
+
+    refreshTables() {
+        this.policyTypesDataSource.loadTable();
+    }
 }