-
Notifications
You must be signed in to change notification settings - Fork 48
/
LinksToApplicationsDashboardsTemplate.html
73 lines (73 loc) · 2.05 KB
/
LinksToApplicationsDashboardsTemplate.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
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
<?xml version="1.0"?>
<html>
<head>
<title>AppDynamics DEXTER Application Dashboard Screenshots Report</title>
<style>
body
{
font-size: 12pt;
font-family: Arial;
}
thead
{
display: table-header-group;
font-weight: bold;
vertical-align: middle;
border-color: inherit;
background: LightGray;
}
td
{
vertical-align: top;
border-color: inherit;
}
tr:nth-child(odd)
{
background: LightGray;
}
tr:nth-child(even)
{
background: white;
}
</style>
</head>
<body>
<h1>AppDynamics DEXTER Applications Dashboard Screenshots Report</h1>
<p>
<table>
<tr>
<td>Version</td>
<td id="tdVersion">AppDynamics DEXTER v{0}</td>
</tr>
<tr>
<td>From</td>
<td id="tdFromDateTime">[TO BE FILLED]</td>
</tr>
<tr>
<td>To</td>
<td id="tdToDateTime">[TO BE FILLED]</td>
</tr>
<tr>
<td>Timezone</td>
<td id="tdTimezone">[TO BE FILLED]</td>
</tr>
</table>
</p>
<h1 id="Applications">Applications</h1>
<p>
<table>
<thead>
<tr>
<td>Controller</td>
<td>Application</td>
<td>ID</td>
<td>Picture</td>
<td>Dashboards</td>
<td>Link</td>
</tr>
</thead>
<tr id="trApplicationsPlaceholder"></tr>
</table>
</p>
</body>
</html>