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

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: Swapped counts 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
« no previous file with comments | « golden/frontend/res/imp/ignore-summary-sk.html ('k') | golden/frontend/res/imp/testdata.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5df56776558c77dd23f20bec054c5aeea194b0ae 100644
--- a/golden/frontend/res/imp/ignores-page-sk.html
+++ b/golden/frontend/res/imp/ignores-page-sk.html
@@ -27,6 +27,7 @@
<link rel="import" href="bower_components/paper-fab/paper-fab.html">
<link rel="import" href="bower_components/paper-input/paper-input.html">
<link rel="import" href="bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html">
+<link rel="import" href="bower_components/paper-tooltip/paper-tooltip.html">
<link rel=import href="../common/imp/query.html">
@@ -57,19 +58,19 @@
}
#nameHeader {
- width: 15em;
+ width: 18em;
}
#updatedByHeader {
- width: 15em;
+ width: 18em;
}
#expiresHeader {
- width: 10em;
+ width: 5em;
}
- #countHeader {
- width: 6em;
+ #countHeader {
+ width: 8em;
}
#queryHeader {
@@ -122,7 +123,11 @@
<div id=updatedByHeader>Updated By</div>
<div id=queryHeader>Filter</div>
<div id=noteHeader>Note</div>
- <div id=countHeader>Ignored</div>
+ <div id=countHeader>Ignored <iron-icon class="headerIcon" icon="icons:info-outline"></iron-icon>
+ <paper-tooltip>Number of images that match this rule: <br>
+ Exclusively matched images / All matched images
+ </paper-tooltip>
+ </div>
</div>
<div id=summaries class="vertical layout">
<template is="dom-repeat" items={{ignores}}>
« no previous file with comments | « golden/frontend/res/imp/ignore-summary-sk.html ('k') | golden/frontend/res/imp/testdata.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698