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

Unified Diff: autoroll/templates/main.html

Issue 1411553004: Add autoroll server (Closed) Base URL: https://skia.googlesource.com/buildbot@arb_status
Patch Set: Add error-toast-sk to app-sk Created 5 years, 2 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 | « autoroll/templates/header.html ('k') | res/imp/9/app-sk.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: autoroll/templates/main.html
diff --git a/alertserver/templates/rules.html b/autoroll/templates/main.html
similarity index 67%
copy from alertserver/templates/rules.html
copy to autoroll/templates/main.html
index c2998d4a0be685aabbec53fa2e579df020421cc1..e104d8e5eaecc09e0441db0c4d059c72e8b74b52 100644
--- a/alertserver/templates/rules.html
+++ b/autoroll/templates/main.html
@@ -3,7 +3,7 @@
<head>
{{template "header.html" .}}
- <title>Skia Alert Rules</title>
+ <title>Skia AutoRoll Bot</title>
</head>
<body class="fullbleed vertical layout unresolved">
@@ -14,7 +14,7 @@
font-family: sans-serif;
};
--app-sk-toolbar: {
- background-color: #88CCEE;
+ background-color: #1F78B4;
color: #FFFFFF;
font-size: 15px;
font-family: sans-serif;
@@ -22,11 +22,9 @@
};
}
</style>
- <app-sk class="fit">
- <h1 toolbar>Skia Alert Rules</h1>
- <alerts-menu-sk navigation></alerts-menu-sk>
- <rules-sk reload=60></rules-sk>
+ <app-sk id="app" class="fit" no_drawer>
+ <h1 toolbar>Skia AutoRoll Bot</h1>
+ <arb-status-sk></arb-status-sk>
</app-sk>
-
</body>
</html>
« no previous file with comments | « autoroll/templates/header.html ('k') | res/imp/9/app-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698