mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r8598: move provisioning to /install/ directory from /esptest/
(This used to be commit 318402ee4e
)
This commit is contained in:
parent
6c38e3324a
commit
325edaa66a
6
swat/install/index.esp
Normal file
6
swat/install/index.esp
Normal file
@ -0,0 +1,6 @@
|
||||
<% page_header("columns", "Server Installation", "/install/menu.js");
|
||||
%>
|
||||
|
||||
<h1>Installation</h1>
|
||||
|
||||
<% page_footer(); %>
|
5
swat/install/menu.js
Normal file
5
swat/install/menu.js
Normal file
@ -0,0 +1,5 @@
|
||||
/* show a menu for the esp test pages */
|
||||
simple_menu(
|
||||
"Installation",
|
||||
"Provisioning", session_uri("/install/provision.esp"),
|
||||
"New User", session_uri("/install/newuser.esp"));
|
@ -1,4 +1,4 @@
|
||||
<% page_header("columns", "Add a user", "/esptest/menu.js");
|
||||
<% page_header("columns", "Add a user", "/install/menu.js");
|
||||
|
||||
libinclude("base.js");
|
||||
libinclude("provision.js");
|
@ -1,4 +1,4 @@
|
||||
<% page_header("columns", "Server provisioning", "/esptest/menu.js");
|
||||
<% page_header("columns", "Provisioning", "/install/menu.js");
|
||||
|
||||
libinclude("base.js");
|
||||
libinclude("provision.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/"));
|
||||
|
Loading…
Reference in New Issue
Block a user