2021.1

Table Of Contents
<option
value="string">String</option>
</select>
</td>
<td>
<input type="text" disabled>
</td>
</tr>
</tbody>
</table>
</div>
<div>
<input class="remove-parameter" type="button"
value="Remove Selected" disabled>
<input class="add-parameter" type="button"
value="Add Parameter">
</div>
</fieldset>
<fieldset id="outputcreation-inputs" disabled>
<legend>Output Creation</legend>
<div>
<label for="jobs">Job ID(s):</label>
<input id="jobs" type="text" placeholder="1234,
2345, 3456, ..." required>
</div>
<div>
<label for="ocpreset">Output Creation Preset
ID/Name:</label>
<input id="ocpreset" type="text"
placeholder="1234 or Filename" required>
</div>
</fieldset>
<fieldset>
<legend>Options</legend>
<div>
<label for="persistdres">Persist Data
Records:</label>
<input id="persistdres" type="checkbox"
disabled checked>
</div>
<div>
<label for="createonly">Create Only:</label>
<input id="createonly" type="checkbox"
Page 404