mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r19282: make the recent qooxdoo work that Derrell has done available via the
main menu
(This used to be commit b0fee976ed
)
This commit is contained in:
parent
b39540b504
commit
223701c638
@ -10,7 +10,8 @@ swat_menus.main = simple_menu(
|
||||
"Main Menu",
|
||||
"Servers", session_uri("/?menu=servers"),
|
||||
"Installation", session_uri("/install/"),
|
||||
"ESP Tests", session_uri("/esptest/"));
|
||||
"ESP Tests", session_uri("/esptest/"),
|
||||
"JSON/qooxdoo", session_uri("/?menu=json"));
|
||||
|
||||
swat_menus.servers = simple_menu(
|
||||
"Servers",
|
||||
@ -34,6 +35,11 @@ swat_menus.esptest = simple_menu(
|
||||
"qooxdoo", session_uri("/esptest/qooxdoo.esp"),
|
||||
"registry", session_uri("/esptest/registry.esp"));
|
||||
|
||||
swat_menus.json = simple_menu(
|
||||
"JSON Tests",
|
||||
"ldb browser", session_uri("/apps/samba/utils/ldbbrowse.html"),
|
||||
"qooxdoo examples", session_uri("/apps/qooxdoo-examples/index.html"));
|
||||
|
||||
|
||||
swat_menus.install = simple_menu(
|
||||
"Installation",
|
||||
|
Loading…
Reference in New Issue
Block a user