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

Unified Diff: golden/frontend/res/imp/ignores-page-sk.html

Issue 2220573003: Add count of exclusively covered digests to each ignore rule (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: 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: golden/frontend/res/imp/ignores-page-sk.html
diff --git a/golden/frontend/res/imp/ignores-page-sk.html b/golden/frontend/res/imp/ignores-page-sk.html
index b57c76e39fd324818236c8806435928dc5c697ce..e5ffbb53a0ebc74bd7014935e04e7edcf0a48cc7 100644
--- a/golden/frontend/res/imp/ignores-page-sk.html
+++ b/golden/frontend/res/imp/ignores-page-sk.html
@@ -50,7 +50,8 @@
#expiresHeader,
#queryHeader,
#noteHeader,
- #countHeader {
+ #countHeader,
+ #exCountHeader {
display: inline-block;
font-weight: bold;
margin-right: 0.5em;
@@ -68,7 +69,8 @@
width: 10em;
}
- #countHeader {
+ #countHeader,
+ #exCountHeader {
width: 6em;
}
@@ -123,6 +125,7 @@
<div id=queryHeader>Filter</div>
<div id=noteHeader>Note</div>
<div id=countHeader>Ignored</div>
+ <div id=exCountHeader>Exclusive</div>
mtklein 2016/08/05 21:37:57 Exclusively ignored? Ignored by only this rule?
stephana 2016/08/08 15:13:53 I don't think there is a good wording for the head
</div>
<div id=summaries class="vertical layout">
<template is="dom-repeat" items={{ignores}}>

Powered by Google App Engine
This is Rietveld 408576698