svn commit: samba r21787 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/main: .

mimir at samba.org mimir at samba.org
Sun Mar 11 18:36:38 GMT 2007


Author: mimir
Date: 2007-03-11 18:36:36 +0000 (Sun, 11 Mar 2007)
New Revision: 21787

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21787

Log:
Add new module to the swat application.


rafal


Modified:
   branches/SAMBA_4_0/webapps/swat/source/class/swat/main/Main.js


Changeset:
Modified: branches/SAMBA_4_0/webapps/swat/source/class/swat/main/Main.js
===================================================================
--- branches/SAMBA_4_0/webapps/swat/source/class/swat/main/Main.js	2007-03-11 18:35:19 UTC (rev 21786)
+++ branches/SAMBA_4_0/webapps/swat/source/class/swat/main/Main.js	2007-03-11 18:36:36 UTC (rev 21787)
@@ -35,6 +35,10 @@
 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",



More information about the samba-cvs mailing list