diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-19 11:06:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:43 -0500 |
commit | 325edaa66a5b3a8c907a3a521b4ceea26ea0210c (patch) | |
tree | db149f1887b56a6f2d2171700ea32bb0ceda9769 /swat/menu.js | |
parent | 6c38e3324a3d2dc92c6456e2bfb3f3f62d98c77a (diff) | |
download | samba-325edaa66a5b3a8c907a3a521b4ceea26ea0210c.tar.gz samba-325edaa66a5b3a8c907a3a521b4ceea26ea0210c.tar.xz samba-325edaa66a5b3a8c907a3a521b4ceea26ea0210c.zip |
r8598: move provisioning to /install/ directory from /esptest/
(This used to be commit 318402ee4e8900e0d8ed1dce1e201f63ac4a908f)
Diffstat (limited to 'swat/menu.js')
-rw-r--r-- | swat/menu.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swat/menu.js b/swat/menu.js index 406bba0a564..3f926dc7a2e 100644 --- a/swat/menu.js +++ b/swat/menu.js @@ -8,4 +8,5 @@ simple_menu( "NBT Server", session_uri("/nbt_server/"), "WINS Server", session_uri("/wins_server/"), "Kerberos Server", session_uri("/kdc_server/"), + "Installation", session_uri("/install/"), "ESP Tests", session_uri("/esptest/")); |