sensu-dashboard 0.6.3 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,6 @@ function fetchEvents() {
27
27
  $('table#events > tbody').empty();
28
28
 
29
29
  for (var nodekey in data) {
30
- event_count++;
31
30
  if ((filtered_events_count > 0) && ($.inArray(nodekey, filtered_events) == -1)) {
32
31
  } else {
33
32
  var node = data[nodekey];
@@ -41,6 +40,7 @@ function fetchEvents() {
41
40
  }
42
41
  }
43
42
 
43
+ event_count++;
44
44
  var dataObject = {
45
45
  identifier: SHA1(nodekey+a),
46
46
  client: nodekey,
@@ -1,5 +1,5 @@
1
1
  module Sensu
2
2
  module Dashboard
3
- VERSION = "0.6.3"
3
+ VERSION = "0.6.5"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  <!-- Client template -->
2
2
  <script id="clientTemplate" type="text/x-jquery-tmpl">
3
3
  <tr id="${name}" rel="leanModal" href="#event_details_modal">
4
- <td id="client_id">${name}</td><td>${address}</td><td>${timestamp}</td><td>${subscriptions}</td>
4
+ <td id="client_id">${name}</td><td id="public_ip">${address}</td><td id="timestamp">${timestamp}</td><td>${subscriptions}</td>
5
5
  </tr>
6
6
  </script>
7
7
 
@@ -60,6 +60,7 @@ section#main_content
60
60
  *box-shadow: 0 -1px 0 rgba(0,0,0,0.15);
61
61
  table
62
62
  table-layout: fixed
63
+ width: 100%
63
64
  thead tr
64
65
  cursor: pointer
65
66
  td
@@ -105,6 +106,7 @@ section#main_content
105
106
  &#status
106
107
  display: none
107
108
  table#clients
109
+ table-layout: auto
108
110
  tbody
109
111
  tr:first-child
110
112
  border-top: 1px solid #ccc
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 3
10
- version: 0.6.3
9
+ - 5
10
+ version: 0.6.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Kolberg
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-11-28 00:00:00 -08:00
19
+ date: 2011-11-29 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency