stab-crashes/all_missing_uplifts.html

29 строки
779 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<html>
2021-01-26 14:24:21 +03:00
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Missing uplifts</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<script src="all_missing_uplifts.js" type="text/javascript"></script>
<label for="channel">Channel:</label>
<select name="channel" id="channel">
<option>release</option>
<option selected>beta</option>
</select>
<input type="checkbox" name="wontfix" id="wontfix" /><label for="flash"
>Show 'wontfix' bugs</label
>
<br /><br />
<img id="spin" src="spin.svg" />
<table id="table">
<tr>
<th>Bug</th>
<th>Signature(s)</th>
<th>Number of crashes</th>
</tr>
</table>
</body>
</html>