summaryrefslogtreecommitdiff
path: root/webapps/swat
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2007-03-11 18:36:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:26 -0500
commit0816228a6290ab3ca442b47be77187ec709bc94b (patch)
tree5b58cde2ae0ff798f94bd6e760f039a4658d3891 /webapps/swat
parent95c3927e2b618a5c3cda8fc69caec3e7332adfe9 (diff)
downloadsamba-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/swat')
-rw-r--r--webapps/swat/source/class/swat/main/Main.js4
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",