diff options
Diffstat (limited to 'webapps')
-rw-r--r-- | webapps/swat/source/class/swat/main/Main.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webapps/swat/source/class/swat/main/Main.js b/webapps/swat/source/class/swat/main/Main.js index bf90f32068..9e65896aad 100644 --- a/webapps/swat/source/class/swat/main/Main.js +++ b/webapps/swat/source/class/swat/main/Main.js @@ -35,6 +35,10 @@ new swat.main.Module("Status and Statistics", new swat.main.Module("LDB Browser", swat.module.ldbbrowse.LdbBrowse); +//#require(swat.module.netmgr.NetManager) +new swat.main.Module("Net Manager", + swat.module.netmgr.NetManager); + //#require(swat.module.documentation.Documentation) //#require(apiviewer.Viewer) new swat.main.Module("API Documentation", |