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

Side by Side Diff: frontend/croschart/templates/plot_unavailable.html

Issue 6821082: Integrate dynamic charts into autotest frontend. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Add license. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « frontend/croschart/templates/plot_chart.html ('k') | frontend/croschart/urls.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 %}
OLDNEW
« no previous file with comments | « frontend/croschart/templates/plot_chart.html ('k') | frontend/croschart/urls.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698