aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/networkMapApp/src/actions
diff options
context:
space:
mode:
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-09-03 18:16:13 +0200
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-09-03 18:16:13 +0200
commit65ffa99d96e7b443e3d74ec20bbd321fd66aa76d (patch)
tree1c60e54fec94f80c96fb8a30c3dfbaf47ebe7573 /sdnr/wt/odlux/apps/networkMapApp/src/actions
parent6a81f77f1f13332dd1784aeae9a27c322c8e556b (diff)
Update NetworkMap
update networkmap Issue-ID: CCSDK-2713 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I97b0950a4d7f98fdb9044c1e05dfa8dfca34efaf
Diffstat (limited to 'sdnr/wt/odlux/apps/networkMapApp/src/actions')
-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