summaryrefslogtreecommitdiffstats
path: root/Tools/QueueStatusServer/templates/updateworkitems.html
blob: b086fc3c8268f7c7e37eaf8088973946ccb75118 (plain)
1
2
3
4
5
6
7
8
<form name="update_work_items" enctype="multipart/form-data" method="post">
Update work items for a queue: <input name="queue_name">
 <div>
     Work Items:
    <input name="work_items">
 </div>
 <div><input type="submit" value="Update Work Items"></div>
</form>