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

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

Issue 2204483002: Add UI to new botlist to show summary (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@bot-summary-api
Patch Set: Add docs 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/common/sort-toggle.html
diff --git a/appengine/swarming/elements/res/imp/common/sort-toggle.html b/appengine/swarming/elements/res/imp/common/sort-toggle.html
index 2ced8c97aaacc6c9abd837237c7bb58bd368b40e..2aa015b8a13ace5c75506790af5a3cf1f214211a 100644
--- a/appengine/swarming/elements/res/imp/common/sort-toggle.html
+++ b/appengine/swarming/elements/res/imp/common/sort-toggle.html
@@ -76,6 +76,7 @@
<script>
Polymer({
is: "sort-toggle",
+
properties: {
current: {
type: Object,
@@ -120,7 +121,6 @@
} else {
this.set("direction", "");
}
-
},
});
</script>

Powered by Google App Engine
This is Rietveld 408576698