r21787: Add new module to the swat application.
authorRafal Szczesniak <mimir@samba.org>
Sun, 11 Mar 2007 18:36:36 +0000 (18:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:26 +0000 (14:49 -0500)
rafal
(This used to be commit de0f7c42be10d87dd9e5f230bb8e708dfb4b740b)

webapps/swat/source/class/swat/main/Main.js

index bf90f3206888ca86ef9f92d51d847f26e4a1dcf1..9e65896aadde7c5333714f44f083096c0e7f1e54 100644 (file)
@@ -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",