summaryrefslogtreecommitdiff
path: root/swat/menu.js
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2006-12-16 19:07:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:23 -0500
commitff8ef6c280a7107ce521eee57df9218b4cac0465 (patch)
treefbe240b4d3107db5c98bcd508624826d579f243c /swat/menu.js
parent5249de851976e274ea02fefc3b71cddb4b5ab207 (diff)
downloadsamba-ff8ef6c280a7107ce521eee57df9218b4cac0465.tar.gz
samba-ff8ef6c280a7107ce521eee57df9218b4cac0465.tar.bz2
samba-ff8ef6c280a7107ce521eee57df9218b4cac0465.zip
r20220: Apply patch from Brad Henry with some additional qooxdoo/json-rpc SWAT
functionality: basic admin console. (This used to be commit 23f8dd44cbf85e05e4b3d38de9ed7798dd21defb)
Diffstat (limited to 'swat/menu.js')
-rw-r--r--swat/menu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/swat/menu.js b/swat/menu.js
index 255723b95a..3a32e3f3c7 100644
--- a/swat/menu.js
+++ b/swat/menu.js
@@ -38,6 +38,7 @@ swat_menus.esptest = simple_menu(
swat_menus.json = simple_menu(
"JSON Tests",
"ldb browser", session_uri("/apps/samba/utils/ldbbrowse.html"),
+ "admin console", session_uri("/apps/samba/utils/admin_console.html"),
"qooxdoo examples", session_uri("/apps/qooxdoo-examples/index.html"));