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

Unified Diff: appengine/swarming/elements/res/imp/common/common-behavior.html

Issue 2359993002: Medium sized improvements to bot-list and task-list (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: condense loop Created 4 years, 3 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/common/common-behavior.html
diff --git a/appengine/swarming/elements/res/imp/common/common-behavior.html b/appengine/swarming/elements/res/imp/common/common-behavior.html
index 45ef942cd5f80d4873bb98a44d8e879a2b40f95c..e3be6b539fd213a57a6b87192bd2e37cfaafa761 100644
--- a/appengine/swarming/elements/res/imp/common/common-behavior.html
+++ b/appengine/swarming/elements/res/imp/common/common-behavior.html
@@ -40,8 +40,8 @@
fArr.push(f.key + ":" + f.value);
});
var obj = {
- filters: fArr,
- columns: columns,
+ f: fArr,
+ c: columns,
}
return "/newui/botlist?" + sk.query.fromParamSet(obj);
},

Powered by Google App Engine
This is Rietveld 408576698