blob: 365b1ae3f0fe12ddcffcf81d100388a2a38d6baf [file] [log] [blame]
{% extends "tables/base.html" %}
{% comment %}
Copyright 2012 Google Inc. All Rights Reserved.
Aggregates bvt results with dynamically plotted perf charts.
{% endcomment %}
{% block title %}ChromeOS Test Dashboard{% endblock %}
{% block html_block %}
<iframe src="bvt.html" name="ifm" id="ifm"
style="height:48%; width:99%; float:top; border:0;"></iframe>
<hr>
<iframe src="http://cros-reports/croschart/server/chartreport?board={{ tpl_board }}&system={{ tpl_netbook }}&interval=4,week"
name="ifm2" id="ifm2"
style="height:49%; width:99%; float:top; border:0;"></iframe>
{% endblock %}