sensu-dashboard-sonian 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
@@ -9,6 +9,7 @@
9
9
  <td id="check">${check}</td>
10
10
  <td id="environment">${environment}</td>
11
11
  <td id="output">${output}</td>
12
+ <td id="status" style="display: none;">${status}</td>
12
13
  </tr>
13
14
  </script>
14
15
 
@@ -15,6 +15,7 @@
15
15
  <th class="col_checks">Check</th>
16
16
  <th class="col_environment">Environment</th>
17
17
  <th class="col_output">Output</th>
18
+ <th class="col_status" style="display: none;">Status</th>
18
19
  </tr>
19
20
 
20
21
  </thead>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-dashboard-sonian
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