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

Side by Side Diff: autoroll/templates/main.html

Issue 1411553004: Add autoroll server (Closed) Base URL: https://skia.googlesource.com/buildbot@arb_status
Patch Set: More fixes 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 unified diff | Download patch
« no previous file with comments | « autoroll/templates/header.html ('k') | res/imp/9/app-sk.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 {{template "header.html" .}} 4 {{template "header.html" .}}
5 5
6 <title>Skia Alert Rules</title> 6 <title>Skia AutoRoll Bot</title>
7 7
8 </head> 8 </head>
9 <body class="fullbleed vertical layout unresolved"> 9 <body class="fullbleed vertical layout unresolved">
10 <style is="custom-style"> 10 <style is="custom-style">
11 app-sk { 11 app-sk {
12 --app-sk-main: { 12 --app-sk-main: {
13 background-color: #FFFFFF; 13 background-color: #FFFFFF;
14 font-family: sans-serif; 14 font-family: sans-serif;
15 }; 15 };
16 --app-sk-toolbar: { 16 --app-sk-toolbar: {
17 background-color: #88CCEE; 17 background-color: #1F78B4;
18 color: #FFFFFF; 18 color: #FFFFFF;
19 font-size: 15px; 19 font-size: 15px;
20 font-family: sans-serif; 20 font-family: sans-serif;
21 text-align: center; 21 text-align: center;
22 }; 22 };
23 } 23 }
24 </style> 24 </style>
25 <app-sk class="fit"> 25 <app-sk id="app" class="fit" no_drawer>
26 <h1 toolbar>Skia Alert Rules</h1> 26 <h1 toolbar>Skia AutoRoll Bot</h1>
27 <alerts-menu-sk navigation></alerts-menu-sk> 27 <arb-status-sk></arb-status-sk>
28 <rules-sk reload=60></rules-sk>
29 </app-sk> 28 </app-sk>
30 29 <error-toast-sk></error-toast-sk>
jcgregorio 2015/10/20 13:56:07 Why not put error-toast-sk in app-sk?
borenet 2015/10/20 14:00:18 Done.
31 </body> 30 </body>
32 </html> 31 </html>
OLDNEW
« 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