From: Rafal Szczesniak Date: Sun, 11 Mar 2007 18:36:36 +0000 (+0000) Subject: r21787: Add new module to the swat application. X-Git-Tag: samba-4.0.0alpha6~801^3~3097 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=0816228a6290ab3ca442b47be77187ec709bc94b r21787: Add new module to the swat application. rafal (This used to be commit de0f7c42be10d87dd9e5f230bb8e708dfb4b740b) --- diff --git a/webapps/swat/source/class/swat/main/Main.js b/webapps/swat/source/class/swat/main/Main.js index bf90f320688..9e65896aadd 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",