sensu-dashboard 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -176,6 +176,13 @@ $(document).ready(function() {
176
176
  }
177
177
  });
178
178
 
179
+ $(document).keyup(function(e) {
180
+ if (e.keyCode == 27) { // esc
181
+ $("#lean_overlay").fadeOut(200);
182
+ $("#event_details_modal").css({'display':'none'});
183
+ }
184
+ });
185
+
179
186
  // TODO: fix clipboard support
180
187
  /*$('div#event_details_modal > div.event_detail_group > div.copy').click(function() {
181
188
  var currentVal = $(this).parent().find('div.event_detail').children().last().text();
@@ -1,5 +1,5 @@
1
1
  module Sensu
2
2
  module Dashboard
3
- VERSION = "0.6.1"
3
+ VERSION = "0.6.2"
4
4
  end
5
5
  end
@@ -6,8 +6,8 @@
6
6
 
7
7
  <tr>
8
8
  <td class="col_clients">Client</td>
9
- <td class="col_checks">Public IP</td>
10
- <td class="col_status">Timestamp</td>
9
+ <td class="col_public_ip">Public IP</td>
10
+ <td class="col_timestamp">Timestamp</td>
11
11
  <td class="col_output">Subscriptions</td>
12
12
  </tr>
13
13
 
@@ -59,7 +59,7 @@ section#main_content
59
59
  *-moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.15);
60
60
  *box-shadow: 0 -1px 0 rgba(0,0,0,0.15);
61
61
  table
62
- width: 100%
62
+ table-layout: fixed
63
63
  thead tr
64
64
  cursor: pointer
65
65
  td
@@ -70,7 +70,7 @@ section#main_content
70
70
  &.col_clients
71
71
  width: 100px
72
72
  &.col_checks
73
- width: 150px
73
+ width: 150px
74
74
  &.col_status
75
75
  width: 80px
76
76
  display: none
@@ -101,6 +101,7 @@ section#main_content
101
101
  border-top: 1px solid #880000
102
102
  td
103
103
  padding: 7px
104
+ word-break: break-all
104
105
  &#status
105
106
  display: none
106
107
  table#clients
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: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 1
10
- version: 0.6.1
9
+ - 2
10
+ version: 0.6.2
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-16 00:00:00 -08:00
19
+ date: 2011-11-22 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency