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

Side by Side 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, 6 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
OLDNEW
(Empty)
1 <core-header-panel navigation flex mode=seamed >
2 <core-toolbar><img id="logo" src="/res/img/skia_fuzz.png"></core-toolbar>
3 <core-menu theme="core-light-theme">
4 <core-item icon="error" label="Failed"><a href="/"></a></core-item>
5 <core-item icon="check" label="Passed"><a href="/passed"></a></core-item >
6 <core-item icon="help" label="Help"><a href="/help"></a></core-item>
7 <core-item icon="folder" label="Code"><a href="https://github.com/google /skia-buildbot/tree/master/fuzzer"></a></core-item>
8 </core-menu>
9 </core-header-panel>
10 <div id=title tool flex horizontal layout>
11 <login-sk></login-sk>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698