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

Unified Diff: appengine/swarming/elements/res/imp/tasklist/task-list.html

Issue 2279903002: Make the new index page more useful (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@whoami3
Patch Set: Fix names Created 4 years, 4 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
Index: appengine/swarming/elements/res/imp/tasklist/task-list.html
diff --git a/appengine/swarming/elements/res/imp/tasklist/task-list.html b/appengine/swarming/elements/res/imp/tasklist/task-list.html
index fc497ba78d92609e017b18ff7943acdedafa7267..bf61fcbeefe81459b247cd909741b7d2d19f2c65 100644
--- a/appengine/swarming/elements/res/imp/tasklist/task-list.html
+++ b/appengine/swarming/elements/res/imp/tasklist/task-list.html
@@ -284,7 +284,7 @@
},
_cannotCancel: function(task, permissions) {
- return !(permissions && permissions.can_cancel_task &&
+ return !(permissions && permissions.cancel_task &&
this._column("state", task) === "PENDING");
},

Powered by Google App Engine
This is Rietveld 408576698