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

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

Issue 2269643002: Extract shared filters and aliasing code (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address nit 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-data.html
diff --git a/appengine/swarming/elements/res/imp/tasklist/task-list-data.html b/appengine/swarming/elements/res/imp/tasklist/task-list-data.html
index f4899eb910575ab220fa6f3c045c5835cec57e2c..c9949fc4ae476d8ba45f9a02caf00bdc1105d221 100644
--- a/appengine/swarming/elements/res/imp/tasklist/task-list-data.html
+++ b/appengine/swarming/elements/res/imp/tasklist/task-list-data.html
@@ -41,6 +41,7 @@
-->
<link rel="import" href="/res/imp/bower_components/iron-ajax/iron-ajax.html">
+<link rel="import" href="/res/imp/common/common-behavior.html">
<dom-module id="task-list-data">
<template>
@@ -60,7 +61,7 @@
Polymer({
is: 'task-list-data',
- behaviors: [SwarmingBehaviors.SwarmingBehavior],
+ behaviors: [SwarmingBehaviors.CommonBehavior],
properties: {
// inputs

Powered by Google App Engine
This is Rietveld 408576698