diff options
Diffstat (limited to 'web/js/nms.js')
-rw-r--r-- | web/js/nms.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js/nms.js b/web/js/nms.js index 4092782..8eb1f3d 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -612,6 +612,8 @@ function initNMS() { nmsData.registerSource("snmp","/api/read/snmp"); nmsData.registerSource("comments", "/api/read/comments"); nmsData.registerSource("smanagement","/api/read/switches-management"); + nmsData.registerSource("oplog", "/api/read/oplog"); + nmsOplog.init(); } restoreSettings(); |