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

Unified Diff: fuzzer/templates/titlebar.html

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Frontend can now retrieve/show the hashes of existing passed/failed fuzzes. Good place to land. Created 5 years, 7 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: fuzzer/templates/titlebar.html
diff --git a/fuzzer/templates/titlebar.html b/fuzzer/templates/titlebar.html
new file mode 100644
index 0000000000000000000000000000000000000000..80d0b594a101566a34eafe16f658e185373ff31b
--- /dev/null
+++ b/fuzzer/templates/titlebar.html
@@ -0,0 +1,12 @@
+<core-header-panel navigation flex mode=seamed >
+<core-toolbar><img id="logo" src="/res/img/skia_fuzz.png"></core-toolbar>
+<core-menu theme="core-light-theme">
+ <core-item icon="error" label="Failed"><a href="/"></a></core-item>
+ <core-item icon="check" label="Passed"><a href="/passed"></a></core-item>
+ <core-item icon="help" label="Help"><a href="/help"></a></core-item>
+ <core-item icon="folder" label="Code"><a href="https://github.com/google/skia-buildbot/tree/master/fuzzer"></a></core-item>
+</core-menu>
+</core-header-panel>
+<div id=title tool flex horizontal layout>
+ <login-sk></login-sk>
+</div>

Powered by Google App Engine
This is Rietveld 408576698