2017-05-17 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Ticket' field to the test harness page at
	'web/test/listsystemsettings.html'.
This commit is contained in:
Fred Gleason 2017-05-17 15:00:36 -04:00
parent bfcdaa6dfc
commit 2cc1c403c2
2 changed files with 7 additions and 0 deletions

View File

@ -15777,3 +15777,6 @@
* Added an 'RDSystem::xml()' method in 'lib/rdsystem.cpp' and
'lib/rdsystem.h'.
* Added a 'ListSystemSettings' web API call.
2017-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Ticket' field to the test harness page at
'web/test/listsystemsettings.html'.

View File

@ -14,6 +14,10 @@
<td><input type="password" name="PASSWORD" size="20" maxlength="32"></td>
</tr>
<tr>
<td align="right">TICKET:</td>
<td><input type="text" name="TICKET" size="40" maxlength="40"></td>
</tr>
<tr>
<td colspan="2" align="right">&nbsp;</td>
</tr>
<tr>