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

Side by Side Diff: fuzzer/templates/index.html

Issue 1662373002: Add UI to filter fuzzes based on tags. (Closed) Base URL: https://skia.googlesource.com/buildbot@add-asan
Patch Set: remove conflicting status-sk elements Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « fuzzer/templates/details.html ('k') | res/imp/9/url-params-sk.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Skia Fuzzer</title> 4 <title>Skia Fuzzer</title>
5 {{template "header.html" .}} 5 {{template "header.html" .}}
6 </head> 6 </head>
7 <body class="fullbleed vertical layout unresolved"> 7 <body class="fullbleed vertical layout unresolved">
8 <style is="custom-style"> 8 <style is="custom-style">
9 app-sk { 9 app-sk {
10 --app-sk-main: { 10 --app-sk-main: {
11 background-color: #FFFFFF; 11 background-color: #FFFFFF;
12 font-family: sans-serif; 12 font-family: sans-serif;
13 }; 13 };
14 --app-sk-toolbar: { 14 --app-sk-toolbar: {
15 background-color: #8be1b8; 15 background-color: #8be1b8;
16 }; 16 };
17 login-sk{ 17 login-sk{
18 --login-sk-color: white; 18 --login-sk-color: white;
19 }; 19 };
20 } 20 }
21 .title { 21 .title {
22 padding:2px; 22 padding:2px;
23 margin-top:5px; 23 margin-top:5px;
24 } 24 }
25 .title span { 25 .title {
26 display:inline; 26 display:inline;
27 font-size: 1.5em; 27 font-size: 1.5em;
28 -webkit-margin-before: 0.83em; 28 -webkit-margin-before: 0.83em;
29 -webkit-margin-after: 0.83em; 29 -webkit-margin-after: 0.83em;
30 -webkit-margin-start: 0px; 30 -webkit-margin-start: 0px;
31 -webkit-margin-end: 0px; 31 -webkit-margin-end: 0px;
32 font-weight: bold; 32 font-weight: bold;
33 } 33 }
34 .count { 34 .count {
35 max-width:420px; 35 max-width:420px;
36 } 36 }
37 </style> 37 </style>
38 <app-sk class="fit" flex> 38 <app-sk class="fit" flex>
39 <img header id="logo" src="/res/img/skia_fuzz.png"> 39 <img header id="logo" src="/res/img/skia_fuzz.png">
40 <fuzzer-status-sk rtoolbar></fuzzer-status-sk> 40 <fuzzer-status-sk rtoolbar></fuzzer-status-sk>
41 <fuzzer-menu-sk navigation></fuzzer-menu-sk> 41 <fuzzer-menu-sk navigation></fuzzer-menu-sk>
42 42
43 <div class="title horizontal layout"> 43 <div class="title">Failing Fuzzes</div>
44 <span>Failing Fuzzes</span>
45 </div>
46 44
47 <fuzzer-summary-sk></fuzzer-summary-sk> 45 <fuzzer-summary-sk></fuzzer-summary-sk>
48 </app-sk> 46 </app-sk>
49 47
50 </body> 48 </body>
51 </html> 49 </html>
OLDNEW
« no previous file with comments | « fuzzer/templates/details.html ('k') | res/imp/9/url-params-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698