mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-08 16:37:46 +02:00
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:
parent
bfcdaa6dfc
commit
2cc1c403c2
@ -15777,3 +15777,6 @@
|
|||||||
* Added an 'RDSystem::xml()' method in 'lib/rdsystem.cpp' and
|
* Added an 'RDSystem::xml()' method in 'lib/rdsystem.cpp' and
|
||||||
'lib/rdsystem.h'.
|
'lib/rdsystem.h'.
|
||||||
* Added a 'ListSystemSettings' web API call.
|
* 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'.
|
||||||
|
@ -14,6 +14,10 @@
|
|||||||
<td><input type="password" name="PASSWORD" size="20" maxlength="32"></td>
|
<td><input type="password" name="PASSWORD" size="20" maxlength="32"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<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"> </td>
|
<td colspan="2" align="right"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user