sensu-dashboard-sonian 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -273,7 +273,7 @@ function fetchStashes() {
273
273
  type: 'GET',
274
274
  url: '/stashes.json',
275
275
  success: function(data, textStatus, xhr) {
276
- if (data.legnth > 0) {
276
+ if (data.length > 0) {
277
277
  $.ajax({
278
278
  type: 'POST',
279
279
  url: '/stashes.json',
@@ -1,5 +1,5 @@
1
1
  module Sensu
2
2
  module Dashboard
3
- VERSION = "0.9.4"
3
+ VERSION = "0.9.5"
4
4
  end
5
5
  end
@@ -5,8 +5,8 @@
5
5
  <thead>
6
6
 
7
7
  <tr>
8
- <td class="col_clients">Path</td>
9
- <td class="col_checks">Keys</td>
8
+ <th class="col_clients">Path</th>
9
+ <th class="col_checks">Keys</th>
10
10
  </tr>
11
11
 
12
12
  </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: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Kolberg