-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnagios.html
55 lines (48 loc) · 1.62 KB
/
nagios.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ext JS 4.1 - Sencha Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="fragment" content="!">
<link rel="stylesheet" href="css/ext-all.css" type="text/css" />
<script type="text/javascript" src="js/ext-all.js"></script>
<script type="text/javascript" src="nagios.js"></script>
<style type="text/css">
/* style rows on mouseover */
.x-grid-row-over .x-grid-cell-inner {
font-weight: bold;
}
/* shared styles for the ActionColumn icons */
.x-action-col-cell img {
height: 16px;
width: 16px;
cursor: pointer;
}
/* custom icon for the "buy" ActionColumn icon */
.x-action-col-cell img.ok-col {
background-image: url(img/accept.gif);
}
/* custom icon for the "alert" ActionColumn icon */
.x-action-col-cell img.warning-col {
background-image: url(img/error.gif);
}
.x-action-col-cell img.alert-col {
background-image: url(img/delete.gif);
}
.x-ie6 .x-action-col-cell img.buy-col {
background-image: url(img/accept.gif);
}
.x-ie6.x-action-col-cell img.alert-col {
background-image: url(img/error.gif);
}
.x-ie6 .x-action-col-cell img {
position:relative;
top:-1px;
}
</style>
</head>
<body>
<div align="center" id="nagios"></div>
</body>
</html>