crash-report-tools/dashboard/index.html

56 строки
2.2 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Stability Dashboard</title>
<script src="dashboard.js"></script>
<link rel="stylesheet" href="dashboard.css">
</head>
<body>
<h1>Stability Dashboard</h1>
<p id="dateLine">Analyzed date: <span id="repDay"></span></p>
<p class="help">Note: Hovering your mouse over a data cell (or tapping it on a touch device) gives more info about its data.</p>
<div id="infobox">
<p class="info adu">Active daily installations as counted by the AMO blocklist pings</p>
<p class="info rate">Crash rate in total crashes per 100 ADI</p>
<p class="info sigcnt">Count of different signatures</p>
<p class="info startup">Percentage of startup crashes (of total crashes)</p>
<p class="info flashhang">Hang reports per 100 ADI that have a Flash version detected</p>
<p class="info flashcrash">Crash (non-hang) reports per 100 ADI that have a Flash version detected</p>
<p class="info opentracking">Open crash bugs that are marked tracking+ for that release &quot;train&quot;</p>
<p class="version">Value for: <span id="verinfo"></span></p>
<p class="moredata"><a href="" id="moredatalink" target="_blank">View detailed report</a></p>
<p class="limits">
<span class="low">low</span><span class="high">high</span>: <span id="limit1"></span> -
<span class="low">min</span><span class="high">max</span>: <span id="limit2"></span>
</p>
</div>
<div id="dashboard">
<section id="none">
<h2></h2>
<table border="1">
<tr class="headers"><th rowspan="2">Branch</th></tr>
<tr class="versions"></tr>
<tr class="adu"><th>ADI</th></tr>
<tr class="rate"><th>Crash rate</th></tr>
<tr class="sigcnt defaulthide"><th>Signature count</th></tr>
<tr class="startup"><th>Startup crashes</th></tr>
<tr class="flashhang"><th>Flash hangs</th></tr>
<tr class="flashcrash"><th>Flash crashes</th></tr>
<tr class="opentracking"><th>Tracking+ Bugs</th></tr>
</table>
</section>
</div>
<p id="debug"></p>
<ul id="debugLog"></ul>
</body>
</html>