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

Side by Side Diff: status/templates/header.html

Issue 1051173003: Add controls to buildbot dashboard (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Simplify promise Created 5 years, 8 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 | « status/templates/buildbot_dash.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <meta charset="utf-8"> 1 <meta charset="utf-8">
2 <meta name="theme-color" content="#526E9C"> 2 <meta name="theme-color" content="#526E9C">
3 <link rel="shortcut icon" href="/res/img/favicon.ico" /> 3 <link rel="shortcut icon" href="/res/img/favicon.ico" />
4 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 4 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <script src="/res/js/core.js"></script> 6 <script src="/res/js/core.js"></script>
7 <script type="text/javascript" src="https://www.google.com/jsapi"></script>
8 <script type="text/javascript" src='https://www.google.com/jsapi?autoload={" modules":[{"name":"visualization","version":"1","packages":["corechart"]}]}'></s cript>
7 9
8 <link href="/res/vul/elements.html" rel="import" /> 10 <link href="/res/vul/elements.html" rel="import" />
OLDNEW
« no previous file with comments | « status/templates/buildbot_dash.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698