diff options
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 3b7901c..842c272 100644 --- a/web/index.html +++ b/web/index.html @@ -24,6 +24,7 @@ <div data-panel="tasks" hidden> <div class="task-list-toolbar"> <button class="filter-tab active" data-filter="active">Active</button> + <button class="filter-tab" data-filter="interrupted">Interrupted</button> <button class="filter-tab" data-filter="done">Done</button> <button class="filter-tab" data-filter="all">All</button> </div> @@ -62,7 +63,7 @@ </div> <hr class="form-divider"> <label>Project - <select name="working_dir" id="project-select"> + <select name="project_dir" id="project-select"> <option value="/workspace/claudomator" selected>/workspace/claudomator</option> </select> </label> @@ -101,7 +102,7 @@ <label>Description <textarea name="description" rows="2"></textarea></label> <label>Model <input name="model" value="sonnet"></label> <label>Instructions <textarea name="instructions" rows="6" required></textarea></label> - <label>Working Directory <input name="working_dir" placeholder="/path/to/repo"></label> + <label>Project Directory <input name="project_dir" placeholder="/path/to/repo"></label> <label>Max Budget (USD) <input name="max_budget_usd" type="number" step="0.01" value="1.00"></label> <label>Allowed Tools <input name="allowed_tools" placeholder="Bash, Read, Write"></label> <label>Timeout <input name="timeout" value="15m"></label> |
