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

Unified Diff: appengine/trooper_o_matic/ui/tom-patch-summary-list.css

Issue 845963005: trooper-o-matic: Add patch attempt timeline view to CQ graphs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@+addAlternateBuildViews
Patch Set: Review changes Created 5 years, 11 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/trooper_o_matic/ui/tom-patch-summary-list.css
diff --git a/appengine/trooper_o_matic/ui/tom-patch-summary-list.css b/appengine/trooper_o_matic/ui/tom-patch-summary-list.css
index c08c76fde3621bc076944b037049532a88d0df5a..a461855187a057bee9007dbb4166b2e4fcaff826 100644
--- a/appengine/trooper_o_matic/ui/tom-patch-summary-list.css
+++ b/appengine/trooper_o_matic/ui/tom-patch-summary-list.css
@@ -5,7 +5,7 @@ found in the LICENSE file.
*/
:host {
- display: {{ model.list.length ? 'block' : 'none' }};
+ display: {{ model._list.length ? 'block' : 'none' }};
}
:root {
« no previous file with comments | « appengine/trooper_o_matic/ui/tom-patch-summary.html ('k') | appengine/trooper_o_matic/ui/tom-patch-summary-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698