diff options
-rw-r--r-- | web/nms.gathering.org/js/nms.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/nms.gathering.org/js/nms.js b/web/nms.gathering.org/js/nms.js index 8669598..d3c9681 100644 --- a/web/nms.gathering.org/js/nms.js +++ b/web/nms.gathering.org/js/nms.js @@ -676,6 +676,8 @@ function updateSwitches(switchdata,target) { if(switchdata.switches != undefined) { for(var sw in switchdata.switches) { + if(switchdata.switches[sw]['management'] != undefined) + updateSwitchProperty(sw,'management',switchdata.switches[sw]['management'],target); if(switchdata.switches[sw]['ports'] != undefined) updateSwitchProperty(sw,'ports',switchdata.switches[sw]['ports'],target); if(switchdata.switches[sw]['temp'] != undefined) |