| 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 %}
|
|
|