summaryrefslogtreecommitdiff
path: root/swat/menu.js
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-05 19:11:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:20 -0500
commit8808465e5b70fd6388ed02a2cfda6015ffc914e5 (patch)
tree6e4428825fa1fd21f5e5938a3c0fb16710471852 /swat/menu.js
parentb99bca56570c0b146128bc243d770bb354ae0cd5 (diff)
downloadsamba-8808465e5b70fd6388ed02a2cfda6015ffc914e5.tar.gz
samba-8808465e5b70fd6388ed02a2cfda6015ffc914e5.tar.bz2
samba-8808465e5b70fd6388ed02a2cfda6015ffc914e5.zip
r9133: a huge import of the qooxdoo infrastructure. I decided to import all the widgets to make experimenting easy during development. We can trim this back later to only the pieces we use
(This used to be commit 631a56da39ed0daae46ca89e57c10b09cf41c718)
Diffstat (limited to 'swat/menu.js')
-rw-r--r--swat/menu.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/swat/menu.js b/swat/menu.js
index 6d468d13cc..38052091d6 100644
--- a/swat/menu.js
+++ b/swat/menu.js
@@ -10,6 +10,7 @@ swat_menus.main = simple_menu(
"Main Menu",
"Servers", session_uri("/?menu=servers"),
"Installation", session_uri("/install/"),
+ "Configuration", session_uri("/config/"),
"ESP Tests", session_uri("/esptest/"));
swat_menus.servers = simple_menu(
@@ -30,7 +31,8 @@ swat_menus.esptest = simple_menu(
"session variables", session_uri("/esptest/session.esp"),
"loadparm access", session_uri("/esptest/loadparm.esp"),
"exception handling", session_uri("/esptest/exception.esp"),
- "environment variables", session_uri("/esptest/showvars.esp"));
+ "environment variables", session_uri("/esptest/showvars.esp"),
+ "qooxdoo", session_uri("/esptest/qooxdoo.esp"));
swat_menus.install = simple_menu(