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

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

Issue 2375963003: Move bot-list and task-list to use pageable-data (Closed) Base URL: git@github.com:luci/luci-py@limit-tasks
Patch Set: rename Created 4 years, 2 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/dynamic-table-behavior.html
diff --git a/appengine/swarming/elements/res/imp/common/dynamic-table-behavior.html b/appengine/swarming/elements/res/imp/common/dynamic-table-behavior.html
index ae054dd18ed08da68da59e10ed7d756451d46b60..62370ae9ebee58a522bae515de56657e996deba9 100644
--- a/appengine/swarming/elements/res/imp/common/dynamic-table-behavior.html
+++ b/appengine/swarming/elements/res/imp/common/dynamic-table-behavior.html
@@ -99,7 +99,7 @@
_filteredSortedItems: {
type: Array,
- computed: "_filterAndSort(_items,_filter.*,_sort.*)"
+ computed: "_filterAndSort(_items.*,_filter.*,_sort.*)"
},
_items: {

Powered by Google App Engine
This is Rietveld 408576698