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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzzer/res/imp/fuzzer-count-sk-demo.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/templates/overview.html
diff --git a/fuzzer/templates/overview.html b/fuzzer/templates/overview.html
deleted file mode 100644
index 1ef72caa68d57735b276772130550e1e740e2c0b..0000000000000000000000000000000000000000
--- a/fuzzer/templates/overview.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Skia Fuzzer Details</title>
- {{template "header.html" .}}
-</head>
-<body class="fullbleed vertical layout unresolved">
- <style is="custom-style">
- app-sk {
- --app-sk-main: {
- background-color: #FFFFFF;
- font-family: sans-serif;
- };
- --app-sk-toolbar: {
- background-color: #8be1b8;
- };
- login-sk{
- --login-sk-color: white;
- };
- }
- </style>
- <app-sk class="fit" flex>
- <img header id="logo" src="/res/img/skia_fuzz.png">
- <fuzzer-status-sk rtoolbar></fuzzer-status-sk>
- <fuzzer-menu-sk navigation></fuzzer-menu-sk>
-
- <h2>Fuzz Overview</h2>
-
- <fuzzer-file-list-sk category="{{.Category}}"></fuzzer-info-sk>
- </app-sk>
-
-</body>
-</html>
« 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