Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 {% extends "base.html" %} | |
| 2 {% comment %} | |
| 3 | |
| 4 Copyright 2010 Google Inc. All Rights Reserved. | |
| 5 | |
| 6 This template builds a single plot on a single page for a zoomed-in view. | |
| 7 {% endcomment %} | |
| 8 {% block title %}ChromeOS Performance Chart{% endblock %} | |
| 9 {% block html_block %} | |
| 10 <center> | |
| 11 ({{ tpl_gviz_title }} - {{ tpl_perf_key }} data is unavailable.) | |
| 12 </center> | |
| 13 {% endblock %} | |
| OLD | NEW |