-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (46 loc) · 2 KB
/
Copy pathindex.html
File metadata and controls
59 lines (46 loc) · 2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<title></title>
<!-- The javascript and css are managed by sprockets. The files can be found in the assets folder-->
<script type="text/javascript" src="config.js"></script>
<script type="text/javascript" src="assets/application.js"></script>
<link rel="stylesheet" href="assets/application.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
<link rel="icon" href="assets/favicon.ico">
</head>
<!---
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="ssh-sessions" data-view="Meter" data-title="SSH sessions in the last hour" data-min="0" data-max="100"></div>
</li>
-->
<body>
<div id="container">
<div class="gridster">
<ul>
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="ssh-sessions" data-view="Meter" data-title="SSH sessions in the last month" data-min="0" data-max="1000"></div>
</li>
<!--
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="puts" data-view="Number" data-title="Puts" data-moreinfo="In millions"></div>
</li>
-->
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="top-users" data-view="List" data-unordered="true" data-title="Top users" data-moreinfo="# of times logged in"></div>
</li>
<!--
<li data-row="1" data-col="1" data-sizex="2" data-sizey="1">
<div data-id="remote-ip-addresses" data-view="Graph" data-title="Remote IP Addresses" style="background-color:#ff9618"></div>
</li>
-->
</ul>
<!-- <center><div style="font-size: 12px">Try this: curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "text": "Hey, Look what I can do!" }' \http://dashingdemo.herokuapp.com:80/widgets/welcome</div></center> -->
</div>
</div>
</body>
</html>