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

Unified 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, 9 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 | « status/templates/buildbot_dash.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: status/templates/header.html
diff --git a/status/templates/header.html b/status/templates/header.html
index dc7e0986db2f404fe66a78df26bbe73df3ddbdec..f235da4ab2871769752c7ff9cb562bd6ee7f2f58 100644
--- a/status/templates/header.html
+++ b/status/templates/header.html
@@ -4,5 +4,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/res/js/core.js"></script>
+ <script type="text/javascript" src="https://www.google.com/jsapi"></script>
+ <script type="text/javascript" src='https://www.google.com/jsapi?autoload={"modules":[{"name":"visualization","version":"1","packages":["corechart"]}]}'></script>
<link href="/res/vul/elements.html" rel="import" />
« 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