diff options
author | MW | 2007-03-30 10:14:15 +0000 |
---|---|---|
committer | MW | 2007-03-30 10:14:15 +0000 |
commit | d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372 (patch) | |
tree | 4590bd24aa556c4fbd53bfef99b311a07e39df93 /bin | |
parent | When you change the name of a inventory item, it should no longer revert afte... (diff) | |
download | opensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.zip opensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.tar.gz opensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.tar.bz2 opensim-SC_OLD-d14a24d5caa6a8b8fc3a09fd0be12420d7ce6372.tar.xz |
Started to add a few features to the web front end that should be useful during debugging.
First such feature is that you can see a list of any connected clients inventory.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/testadmin.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/testadmin.htm b/bin/testadmin.htm index 4252ffd..1e34cf7 100644 --- a/bin/testadmin.htm +++ b/bin/testadmin.htm | |||
@@ -110,7 +110,7 @@ if (http_request.readyState==4) | |||
110 | </head> | 110 | </head> |
111 | 111 | ||
112 | <body onload="loadXMLDoc('Admin/Welcome')"> | 112 | <body onload="loadXMLDoc('Admin/Welcome')"> |
113 | <div id="T1" style="border:1px solid black;height:500;width:600"> | 113 | <div id="T1" style="border:1px solid black;height:500;width:800"> |
114 | <br> | 114 | <br> |
115 | </div><br /> | 115 | </div><br /> |
116 | <button onclick="loadXMLDoc('Admin/Clients')">Clients</button> | 116 | <button onclick="loadXMLDoc('Admin/Clients')">Clients</button> |