Adding refresh buttons
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.ts
index bcff218..3360577 100644 (file)
@@ -138,4 +138,8 @@ export class EICoordinatorComponent implements OnInit {
         }
         return '< No status >';
     }
+
+    refresh() {
+        location.reload();
+    }
 }