* configclients.jsp: New. For both clients and webapps.

Saves are not yet implemented.
This commit is contained in:
zzz
2008-06-16 12:31:14 +00:00
parent d78fb4df3c
commit a8c266402e
6 changed files with 223 additions and 1 deletions

View File

@ -4,6 +4,8 @@
%>Service | <% } else { %><a href="configservice.jsp">Service</a> | <% }
if (request.getRequestURI().indexOf("configupdate.jsp") != -1) {
%>Update | <% } else { %><a href="configupdate.jsp">Update</a> | <% }
if (request.getRequestURI().indexOf("configclients.jsp") != -1) {
%>Clients | <% } else { %><a href="configclients.jsp">Clients</a> | <% }
if (request.getRequestURI().indexOf("configtunnels.jsp") != -1) {
%>Tunnels | <% } else { %><a href="configtunnels.jsp">Tunnels</a> | <% }
if (request.getRequestURI().indexOf("configlogging.jsp") != -1) {