From 0816228a6290ab3ca442b47be77187ec709bc94b Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sun, 11 Mar 2007 18:36:36 +0000 Subject: r21787: Add new module to the swat application. rafal (This used to be commit de0f7c42be10d87dd9e5f230bb8e708dfb4b740b) --- webapps/swat/source/class/swat/main/Main.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webapps/swat') 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", -- cgit