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

Unified Diff: fuzzer/res/imp/fuzzer-menu-sk.html

Issue 1419793011: Add front page of Fuzzer (Closed) Base URL: https://skia.googlesource.com/buildbot@file
Patch Set: Created 5 years, 1 month 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/package.json ('k') | fuzzer/res/imp/fuzzer-status-sk.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/res/imp/fuzzer-menu-sk.html
diff --git a/alertserver/res/imp/9/alerts-menu-sk.html b/fuzzer/res/imp/fuzzer-menu-sk.html
similarity index 58%
copy from alertserver/res/imp/9/alerts-menu-sk.html
copy to fuzzer/res/imp/fuzzer-menu-sk.html
index 1b298d48929fa292fb58fe10a544744cdace5b78..f20f0b1343b7076ca5a7b93ad0022e996db8cd8e 100644
--- a/alertserver/res/imp/9/alerts-menu-sk.html
+++ b/fuzzer/res/imp/fuzzer-menu-sk.html
@@ -4,15 +4,17 @@
This in an HTML Import-able file that contains the definition
of the following elements:
- <alerts-menu-sk>
+ <fuzzer-menu-sk>
+
+ This is the side navigation menu for the Skia Fuzzer
To use this file import it:
- <link href="alerts-menu-sk.html" rel="import" />
+ <link href="fuzzer-menu-sk.html" rel="import" />
Usage:
- <alerts-menu-sk></alerts-menu-sk>
+ <fuzzer-menu-sk></fuzzer-menu-sk>
Attributes:
None
@@ -26,13 +28,13 @@
<link rel="import" href="/res/common/imp/9/menu-item-sk.html">
<link rel="import" href="/res/imp/bower_components/iron-icons/av-icons.html">
<link rel="import" href="/res/imp/bower_components/iron-icons/iron-icons.html">
-<dom-module id="alerts-menu-sk">
+<dom-module id="fuzzer-menu-sk">
<template>
<menu-item-sk label="Home" url="/" icon="icons:home"></menu-item-sk>
- <menu-item-sk label="Infra Alerts" url="/infra" icon="icons:settings"></menu-item-sk>
- <menu-item-sk label="Alert Rules" url="/rules" icon="av:library-books"></menu-item-sk>
+ <menu-item-sk label="Help" url="https://github.com/google/skia-buildbot/tree/master/fuzzer" icon="icons:help"></menu-item-sk>
+ <menu-item-sk label="Code" url="/rules" icon="icons:folder"></menu-item-sk>
</template>
<script>
- Polymer({is: "alerts-menu-sk"});
+ Polymer({is: "fuzzer-menu-sk"});
</script>
</dom-module>
« no previous file with comments | « fuzzer/package.json ('k') | fuzzer/res/imp/fuzzer-status-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698