sensu-dashboard 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -378,7 +378,6 @@ EventMachine.run do
378
378
 
379
379
  http.callback do
380
380
  resp = http.response
381
- puts resp
382
381
  status http.response_header.status
383
382
  body resp
384
383
  end
@@ -1,5 +1,5 @@
1
1
  module Sensu
2
2
  module Dashboard
3
- VERSION = "0.9.3"
3
+ VERSION = "0.9.4"
4
4
  end
5
5
  end
@@ -8,6 +8,7 @@
8
8
  <td id="client">${client}</td>
9
9
  <td id="check">${check}</td>
10
10
  <td id="output">${output}</td>
11
+ <td id="status" style="display: none;">${status}</td>
11
12
  </tr>
12
13
  </script>
13
14
 
@@ -14,6 +14,7 @@
14
14
  <th class="col_clients">Client</th>
15
15
  <th class="col_checks">Check</th>
16
16
  <th class="col_output">Output</th>
17
+ <th class="col_status" style="display: none;">Status</th>
17
18
  </tr>
18
19
 
19
20
  </thead>
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: 61
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 3
10
- version: 0.9.3
9
+ - 4
10
+ version: 0.9.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Kolberg