Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1406)

Unified Diff: appengine/swarming/templates/user_tasks.html

Issue 2012843003: Remove use of search API; effectively remove support to search for task by name. (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: . Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/server/task_scheduler_test.py ('k') | appengine/swarming/test_env_handlers.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/templates/user_tasks.html
diff --git a/appengine/swarming/templates/user_tasks.html b/appengine/swarming/templates/user_tasks.html
index d2fd47c05459f861fe35062370e5bf70548d261a..aaf5e03ed250fa8efb0fb240ce67a788a6b317ed 100644
--- a/appengine/swarming/templates/user_tasks.html
+++ b/appengine/swarming/templates/user_tasks.html
@@ -141,7 +141,6 @@
<td>State (total last 24h)</td>
<td></td>
<td>Search by tag</td>
- <td>Search by task name</td>
</tr>
</thead>
<tbody>
@@ -182,16 +181,6 @@
<input type="submit" value="Search">
</div>
</td>
- <td>
- <div title="Task name uses whole word search ONLY. Using it resets sort to 'Created' and the task state filter to 'All'.">
- Task name<br>
- (whole word only)
- <br>
- <input type="text" name="task_name" value="{{task_name}}">
- <br>
- <input type="submit" value="Search">
- </div>
- </td>
</tr>
<tbody>
</table>
@@ -214,8 +203,6 @@
<p>
{% if task_tag %}
<a href="/user/tasks?limit={{limit}}&state={{state}}&task_tag={{task_tag|urlencode}}&cursor={{cursor|urlencode}}">Next page</a>
-{% elif task_name %}
- <a href="/user/tasks?limit={{limit}}&state={{state}}&task_name={{task_name|urlencode}}&cursor={{cursor|urlencode}}">Next page</a>
{% else %}
<a href="/user/tasks?limit={{limit}}&state={{state}}&sort={{sort}}&cursor={{cursor|urlencode}}">Next page</a>
{% endif %}
« no previous file with comments | « appengine/swarming/server/task_scheduler_test.py ('k') | appengine/swarming/test_env_handlers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698