Include datasource of jobs and producers into component
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.ts
index d531948..1bb082c 100644 (file)
@@ -50,7 +50,7 @@ export class EICoordinatorComponent implements OnInit {
     }
 
     refreshTables() {
-        this.jobComponent.refresh();
-        this.producersList.refresh();
+        this.jobComponent.loadJobs();
+        this.producersList.loadProducers();
     }
 }