-
Notifications
You must be signed in to change notification settings - Fork 3
/
bugstats.html
128 lines (103 loc) · 3.21 KB
/
bugstats.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<script src="http://cdn.buglabs.net/swarm/swarm-v0.3.2.js" type=
"text/javascript">
</script>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false"
type="text/javascript">
</script>
<title>BUGstats</title>
<link rel="stylesheet" href="bootstrap/bootstrap.css" type=
"text/css">
<link rel="stylesheet" href="css/this.css" type="text/css">
<link rel="stylesheet" href=
"js/google-code-prettify/prettify.css" type="text/css">
<script src="http://code.jquery.com/jquery-1.5.2.js" type=
"text/javascript">
</script>
<script src="js/google-code-prettify/prettify.js" type=
"text/javascript">
</script>
<script src="js/application.js" type="text/javascript">
</script>
<script src="js/google-analytics.js" type="text/javascript">
</script>
<script src="js/bugstats.js" type="text/javascript">
</script>
<link rel="stylesheet" href="css/bugstats.css" type="text/css">
</head>
<body onload="mapInitialize()">
<!-- CONTENT-->
<div class="container">
<div id="header">
<!-- Header-->
<h1>BUGstats</h1>
<p>Using <a href=
"http://developer.bugswarm.net">BUGswarm</a>, an M2M cloud
messaging platform built by <a href="http://buglabs.net">Bug
Labs</a>, this application allows you to monitor the vital
statistics of each BUG in your swarm.</p>
</div>
<div id="swarm-overview">
<h1>Swarm Overview</h1>
<div id="swarm-info"></div>
<div class="page-header"></div>
<h3 id="aggregate-head">Averages:</h3>
<div id="aggregate-stats">
<div class="row">
<div class="span-smallstats">
<h4>User %</h4>
<ul class="unstyled">
<li id="aggregate-usr" class="aggregate-data">
Pending</li>
</ul>
</div>
<div class="span-smallstats">
<h4>Nice %</h4>
<ul class="unstyled">
<li id="aggregate-nice" class="aggregate-data">
Pending</li>
</ul>
</div>
<div class="span-smallstats">
<h4>System %</h4>
<ul class="unstyled">
<li id="aggregate-sys" class="aggregate-data">
Pending</li>
</ul>
</div>
<div class="span-datetime">
<h4>Datetime</h4>
<ul class="unstyled">
<li id="aggregate-datetime" class="aggregate-data">
Pending</li>
</ul>
</div>
</div>
</div>
</div>
<div id="divider">
<div class="page-header"></div>
</div>
<div id="resources">
<h1>Members</h1>
<div id="controls">
<input disabled="disabled" id="get-immediate-stats" type=
"button" value="Update All" onclick=
"javascript: getImmediateStats()" class=
"btn danger disabled"><br>
<br>
<div class="page-header"></div>
</div>
<div id="resources-list"></div>
</div>
<div id="map">
<h1>Locations</h1>
<div id="map-canvas"></div>
</div><br>
</div>
</body>
</html>