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

Side by Side Diff: appengine/trooper_o_matic/appengine_module/trooper_o_matic/templates/tree.html

Issue 774323002: Moved trooper_o_matic to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
OLDNEW
1 <!-- Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 <!-- Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 <!doctype html> 4 <!doctype html>
5 <html> 5 <html>
6 <head> 6 <head>
7 <title>{{ tree }} Tree Status</title> 7 <title>{{ tree }} Tree Status</title>
8 <link href='//fonts.googleapis.com/css?family=RobotoDraft:regular,bold,itali c,thin,light,bolditalic,black,medium&lang=en' rel='stylesheet' type='text/css'> 8 <link href='//fonts.googleapis.com/css?family=RobotoDraft:regular,bold,itali c,thin,light,bolditalic,black,medium&lang=en' rel='stylesheet' type='text/css'>
9 <script type='text/javascript' src='//www.google.com/jsapi'></script> 9 <script type='text/javascript' src='//www.google.com/jsapi'></script>
10 <script> 10 <script>
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 isHtml: true, 108 isHtml: true,
109 trigger: 'selection' 109 trigger: 'selection'
110 }, 110 },
111 }; 111 };
112 112
113 chart.draw(dataTable, options); 113 chart.draw(dataTable, options);
114 } 114 }
115 </script> 115 </script>
116 </body> 116 </body>
117 </html> 117 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698