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

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

Issue 1676593002: Remove old count and overview fuzzer elements (Closed) Base URL: https://skia.googlesource.com/buildbot@filter-ui
Patch Set: merged in above 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/res/imp/fuzzer-count-sk-demo.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Skia Fuzzer Details</title>
5 {{template "header.html" .}}
6 </head>
7 <body class="fullbleed vertical layout unresolved">
8 <style is="custom-style">
9 app-sk {
10 --app-sk-main: {
11 background-color: #FFFFFF;
12 font-family: sans-serif;
13 };
14 --app-sk-toolbar: {
15 background-color: #8be1b8;
16 };
17 login-sk{
18 --login-sk-color: white;
19 };
20 }
21 </style>
22 <app-sk class="fit" flex>
23 <img header id="logo" src="/res/img/skia_fuzz.png">
24 <fuzzer-status-sk rtoolbar></fuzzer-status-sk>
25 <fuzzer-menu-sk navigation></fuzzer-menu-sk>
26
27 <h2>Fuzz Overview</h2>
28
29 <fuzzer-file-list-sk category="{{.Category}}"></fuzzer-info-sk>
30 </app-sk>
31
32 </body>
33 </html>
OLDNEW
« no previous file with comments | « fuzzer/res/imp/fuzzer-count-sk-demo.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698