diff options
author | Rafal Szczesniak <mimir@samba.org> | 2007-03-11 18:36:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:26 -0500 |
commit | 0816228a6290ab3ca442b47be77187ec709bc94b (patch) | |
tree | 5b58cde2ae0ff798f94bd6e760f039a4658d3891 /webapps | |
parent | 95c3927e2b618a5c3cda8fc69caec3e7332adfe9 (diff) | |
download | samba-0816228a6290ab3ca442b47be77187ec709bc94b.tar.gz samba-0816228a6290ab3ca442b47be77187ec709bc94b.tar.bz2 samba-0816228a6290ab3ca442b47be77187ec709bc94b.zip |
r21787: Add new module to the swat application.
rafal
(This used to be commit de0f7c42be10d87dd9e5f230bb8e708dfb4b740b)
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", |