-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>E10s Dashboard</title>
<meta name='viewport' content='width=device-width'>
<link rel='stylesheet prefetch' href='http://chutten.github.io/telemetry-dashboard/new-pipeline/style/metricsgraphics.css'>
<!--
<link rel='stylesheet prefetch' href='http://chutten.github.io/telemetry-dashboard/wrapper/telemetry-wrapper.css'>
-->
<link rel='stylesheet prefetch' href='file:///c:/msys64/home/Chris/telemetry-dashboard/wrapper/telemetry-wrapper.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h2>E10s Dashboard</h2>
<p>Loading all these plots may take a little while. Please be patient.</p>
<p>Showing data from <select id="channel"></select> <select id="version"></select>. Evolutions start <input type="number" id="evo-versions" value="3"/> versions back.</p>
<div class="plots-container">
</div>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js'></script>
<script src='http://chutten.github.io/telemetry-dashboard/new-pipeline/lib/metricsgraphics.js'></script>
<script src='http://chutten.github.io/telemetry-dashboard/new-pipeline/lib/d3pie.min.js'></script>
<script src="file:///c:/msys64/home/Chris/telemetry-dashboard/v2/telemetry.js"></script>
<!--
<script src='http://chutten.github.io/telemetry-dashboard/v2/telemetry.js'></script>
-->
<script src='file:///C:/msys64/home/Chris/telemetry-dashboard/wrapper/telemetry-wrapper.js'></script>
<!--
<script src='http://chutten.github.io/telemetry-dashboard/wrapper/telemetry-wrapper.js'></script>
-->
<script src="js/index.js"></script>
</body>
</html>