-
Notifications
You must be signed in to change notification settings - Fork 69
/
monitor.tpl
50 lines (49 loc) · 891 Bytes
/
monitor.tpl
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
<html>
<head>
<title>Halfopen Monitor Mode</title>
<meta http-equiv="refresh" content="2">
</head>
<body>
<img alt="Please install graphviz!" src="%s">
<table border=1>
<tr align=center>
<th colspan=2>Legend</th>
</tr>
<tr>
<td width="50%%" bgcolor=red>
</td>
<td>
Failed
</td>
</tr>
<tr>
<td width="50%%" bgcolor=green>
</td>
<td>
Succeeded
</td>
</tr>
<tr>
<td width="50%%" bgcolor=orange>
</td>
<td>
Pending
</td>
</tr>
<tr>
<td width="50%%" bgcolor=grey>
</td>
<td>
Discarded
</td>
</tr>
<tr>
<td width="50%%" bgcolor=white>
</td>
<td>
Discarded (Collapsed)
</td>
</tr>
</table>
</body>
</html>