Chromium Code Reviews| Index: autoroll/templates/main.html |
| diff --git a/alertserver/templates/rules.html b/autoroll/templates/main.html |
| similarity index 66% |
| copy from alertserver/templates/rules.html |
| copy to autoroll/templates/main.html |
| index c2998d4a0be685aabbec53fa2e579df020421cc1..91f45b886b18a8c891e77627d2a7c99a578ea243 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,10 @@ |
| }; |
| } |
| </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> |
| - |
| + <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.
|
| </body> |
| </html> |