aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/networkMapApp/src/actions/detailsAction.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/networkMapApp/src/actions/detailsAction.ts')
-rw-r--r--sdnr/wt/odlux/apps/networkMapApp/src/actions/detailsAction.ts26
1 files changed, 0 insertions, 26 deletions
diff --git a/sdnr/wt/odlux/apps/networkMapApp/src/actions/detailsAction.ts b/sdnr/wt/odlux/apps/networkMapApp/src/actions/detailsAction.ts
index 8a005bcaf..5288f61d9 100644
--- a/sdnr/wt/odlux/apps/networkMapApp/src/actions/detailsAction.ts
+++ b/sdnr/wt/odlux/apps/networkMapApp/src/actions/detailsAction.ts
@@ -117,8 +117,6 @@ running=true;
result.forEach((res: any, index)=>{
- console.log("value")
- console.log(res);
if(res !==null && res.node!==null){
list[index].status = res.node[0]["netconf-node-topology:connection-status"];
@@ -137,28 +135,4 @@ running=true;
dispatcher(new IsBusyCheckingDeviceListAction(false));
});
-
- /* result.forEach((res: Promise<any>, index)=>{
- console.log("value")
- console.log(res);
- console.log(res.value);
- if(res.value!==null){
- list[index].status = res.value.node[0]["netconf-node-topology:connection-status"];
- }else{
- list[index].status = "Not connected";
- }*/
-
-
-
-
-
-
- //get devices
- //wait on all to finish
- //update array
-
-
-
-
-
} \ No newline at end of file