feat: add agent dropdown for task assignment (#1)
Co-authored-by: Christopher Mayor <toph.homelab@gmail.com> Co-committed-by: Christopher Mayor <toph.homelab@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
<h3>Create Task</h3>
|
||||
<form id="task-form">
|
||||
<input id="title" name="title" placeholder="Task title" required />
|
||||
<input id="assignee" name="assignee" placeholder="Assignee agent" />
|
||||
<select id="assignee" name="assignee">
|
||||
<option value="">Select agent...</option>
|
||||
</select>
|
||||
<select id="priority" name="priority">
|
||||
<option>Low</option>
|
||||
<option selected>Medium</option>
|
||||
|
||||
Reference in New Issue
Block a user