| 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>
|
|
|