-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathdashboard.html.in
99 lines (86 loc) · 4.04 KB
/
dashboard.html.in
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="review report for openQA generated by http://github.com/os-autoinst/openqa_review">
<meta name="keywords" content="openQA">
<meta name="author" content="openqa_review contributors">
<title>openQA review report</title>
<!-- Bootstrap core CSS -->
<link href="dashboard_files/bootstrap.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="16x16" href="${TPL_OPENQA_HOST}/asset/5caa45a06e/logo-16.png">
<link rel="icon" href="dashboard_files/logo.svg" sizes="any" type="image/svg+xml">
<style type="text/css">
hr + h4 {
margin-top: -18px;
padding-top: 18px;
border-top: 2px solid #eee;
}
</style>
</head>
<body>
<nav class="navbar navbar-static-top navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="${TPL_OPENQA_HOST}/"><img src="dashboard_files/logo.svg" alt="openQA"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="${TPL_OPENQA_HOST}/tests">All Tests</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li id="user-action">
<a href="${TPL_OPENQA_HOST}/login">Login</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<div class="container" id="content">
<div class="jumbotron">
<div class="container">
<div class="col-md-10">
<h2>openQA review report for <a href="${TPL_OPENQA_HOST}">${TPL_OPENQA_HOST}</a></h2>
${TPL_OPENQA_HEADER_LINKS}
</div>
<div class="col-md-2 hidden-sm hidden-xs">
<div class="text-right" id="sponsorbox">
<a href="http://www.suse.com/" title="SUSE">
<img alt="sponsor_suse" class="icons-sponsor_suse" src="dashboard_files/suse.png">
</a>
</div>
</div>
</div>
<div class="container">
<div id="explanation" class="text-center">
<b>Explanation for the status fields:</b><br/>
The status Green/Amber/Red is set simply based on the number of
failed test scenarios. If there are any issues reported as "New
Issues", i.e. have not been seen in the reference build, the
status is always considered "Red". "Amber" when there are
multiple, existing issues, "Green" otherwise.
<br/>
<br/>
Special sections simply repeat the corresponding status from the complete report above.
<br/>
<br/>
Any feedback regarding the script processing or contact can be communicated using issues on the github repo <a href="https://github.com/os-autoinst/openqa_review">os-autoinst/openqa_review</a> or directly to [email protected]
</div>
</div>
</div>
${TPL_OPENQA_CONTENT}
</div>
</body></html>