This repository has been archived by the owner on Jul 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
popup.html
68 lines (58 loc) · 2.5 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="inc/jquery-2.1.0.min.js"></script>
<link href="inc/jquery-ui/css/smoothness/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css"/>
<script src="inc/jquery-ui/js/jquery-ui-1.10.4.custom.min.js"></script>
<link href="icinga.css?0.1.5" rel="stylesheet" type="text/css"/>
<script src="icinga.js"></script>
<script src="inc/popup.js"></script>
<script src="inc/flattr/load.js" async></script>
<script src="inc/jquery.lazyload.min.js" type="text/javascript"></script>
</head>
<body id="popup">
<a class="uglyfirstahack" href="#"> </a>
<a title="Refresh data" id="refresh-data" href="#" border="0"></a>
<div id="tabs">
<ul>
<li><a href="#tab-1"><span>Overview</span></a></li>
<li><a href="#tab-2"><span>Hosts</span></a></li>
<li><a href="#tab-3"><span>Services</span></a></li>
<li><a href="#tab-4"><span>About</span></a></li>
</ul>
<div id="tab-1">
<div id="output"></div>
</div>
<div id="tab-2">
<h3>Hosts status</h3>
<div id="outputHosts"></div>
</div>
<div id="tab-3">
<h3>Services status</h3>
<div id="outputServices"></div>
</div>
<div id="tab-4">
<h3>Icinga Status</h3>
<p><strong>This extension is provided as is, there is no guarantee.</strong></p>
<p>Icinga Status is simple open source extension for Google Chrome™ that helps you watch over your Icinga or Nagios instance.</p>
<p>Author of this extension is <a class="ext" href="http://kepi.cz/">Ondra 'Kepi' Kudlík</a>, part of work on this extension is sponsored by <a class="ext" href="http://www.igloonet.cz/">igloonet.cz</a> company.</p>
<p class="center"><a class="ext" href="http://www.pledgie.com/campaigns/11805"><img class="lazy" alt="Click here to lend your support to: Icinga Status and make a donation at www.pledgie.com !" data-original="http://www.pledgie.com/campaigns/11805.png?skin_name=chrome" border="0" width="149" height="37" /></p>
</div>
</div>
<div id="footer">
<div id="flattrbutton">
<a class="FlattrButton"
style="display:none;"
title="Flattr Icinga Status"
data-flattr-url="https://chrome.google.com/webstore/detail/imaieifkljkcdepgaeommbdgihollphm"
data-flattr-popout="0"
data-flattr-button="compact"
href="https://flattr.com/thing/381395">Flattr Icinga Status</a>
</div>
<div id="footer-buttons">
<a class="ext" href="options.html">Options</a>
</div>
</div>
</body>
</html>