sensu-dashboard 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -153,7 +153,6 @@ function fetchClients() {
153
153
  }
154
154
 
155
155
  function fetchStashes() {
156
- $('table#events > tbody').empty();
157
156
  $.ajax({
158
157
  type: 'GET',
159
158
  url: '/stashes.json',
@@ -181,6 +180,7 @@ function fetchStashes() {
181
180
  values: stash_values
182
181
  });
183
182
  }
183
+ $('table#events > tbody').empty();
184
184
  $('#stashTemplate').tmpl(stashes).appendTo('table#events > tbody');
185
185
  $('tbody > tr').click(function() {
186
186
  $('div#event_details_modal').empty();
@@ -1,5 +1,5 @@
1
1
  module Sensu
2
2
  module Dashboard
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  end
5
5
  end
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: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.1
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-12-06 00:00:00 -08:00
19
+ date: 2011-12-08 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency