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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frontend/croschart/templates/plot_chart.html ('k') | frontend/croschart/urls.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frontend/croschart/templates/plot_unavailable.html
diff --git a/frontend/croschart/templates/plot_unavailable.html b/frontend/croschart/templates/plot_unavailable.html
new file mode 100644
index 0000000000000000000000000000000000000000..002935574397c876b8964223301aea61c4739fd7
--- /dev/null
+++ b/frontend/croschart/templates/plot_unavailable.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+{% comment %}
+
+Copyright 2010 Google Inc. All Rights Reserved.
+
+This template builds a single plot on a single page for a zoomed-in view.
+{% endcomment %}
+{% block title %}ChromeOS Performance Chart{% endblock %}
+{% block html_block %}
+<center>
+({{ tpl_gviz_title }} - {{ tpl_perf_key }} data is unavailable.)
+</center>
+{% endblock %}
« 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