svn commit: samba r23325 - in branches/SAMBA_4_0/webapps: .
abartlet at samba.org
abartlet at samba.org
Mon Jun 4 03:55:38 GMT 2007
Author: abartlet
Date: 2007-06-04 03:55:36 +0000 (Mon, 04 Jun 2007)
New Revision: 23325
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23325
Log:
Remove items from menu that have been removed from SVN long ago, with
the start of the transition to the new SWAT.
Andrew Bartlett
Modified:
branches/SAMBA_4_0/webapps/menu.js
Changeset:
Modified: branches/SAMBA_4_0/webapps/menu.js
===================================================================
--- branches/SAMBA_4_0/webapps/menu.js 2007-06-04 03:53:51 UTC (rev 23324)
+++ branches/SAMBA_4_0/webapps/menu.js 2007-06-04 03:55:36 UTC (rev 23325)
@@ -8,20 +8,10 @@
swat_menus.main = simple_menu(
"Main Menu",
- "Servers", session_uri("/?menu=servers"),
"Installation", session_uri("/install/"),
"ESP Tests", session_uri("/esptest/"),
"Preview of new SWAT",session_uri("/index.html"));
-swat_menus.servers = simple_menu(
- "Servers",
- "LDAP Server", session_uri("/ldap_server/"),
- "CLDAP Server", session_uri("/cldap_server/"),
- "RPC Server", session_uri("/rpc_server/"),
- "NBT Server", session_uri("/nbt_server/"),
- "WINS Server", session_uri("/wins_server/"),
- "Kerberos Server", session_uri("/kdc_server/"));
-
swat_menus.esptest = simple_menu(
"ESP Tests",
"ldb database", session_uri("/esptest/ldb.esp"),
More information about the samba-cvs
mailing list