Merge "Added presentation of owner of EiJob"
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.ts
index 15c4738..c76bd89 100644 (file)
@@ -139,7 +139,8 @@ export class EICoordinatorComponent implements OnInit {
         return '< No status >';
     }
 
-    refresh() {
-        location.reload();
+    refreshTables() {
+        this.eiJobsDataSource.loadTable();
+        this.eiProducersDataSource.loadTable();
     }
 }