sensu-dashboard 0.9.6 → 0.9.7.beta

Sign up to get free protection for your applications and to get access to all the features.
@@ -175,7 +175,7 @@ function fetchEvents() {
175
175
 
176
176
  $.getJSON('/client/'+selectedEvent['client']+'.json', function(data) {
177
177
  var client = data;
178
- client['subscriptions'] = client['subscriptions'].join(', ');
178
+ client['subscriptions'] = client['subscriptions'].sort().join(', ');
179
179
  $('#clientDetailsRowTemplate').tmpl(client).appendTo('div#event_details_modal > div#client_data');
180
180
  $('div#event_details_modal > div#client_data > h1').click(function() {
181
181
  $(this).select();
@@ -234,7 +234,7 @@ function fetchClients() {
234
234
  continue;
235
235
  }
236
236
 
237
- client['subscriptions'] = client['subscriptions'].join(', ');
237
+ client['subscriptions'] = client['subscriptions'].sort().join(', ');
238
238
  m_clients.push(client);
239
239
  }
240
240
 
@@ -1,5 +1,5 @@
1
1
  module Sensu
2
2
  module Dashboard
3
- VERSION = "0.9.6"
3
+ VERSION = "0.9.7.beta"
4
4
  end
5
5
  end
@@ -52,7 +52,7 @@ $("#remove_client").click(function() {
52
52
  });
53
53
  });
54
54
 
55
- $("input[type=text]").autoSuggest("http://" + location.hostname + ":" + location.port + "/clients/autocomplete.json", {
55
+ $("input[type=text]").autoSuggest(location.protocol + "//" + location.hostname + ":" + location.port + "/clients/autocomplete.json", {
56
56
  startText: "Enter keywords to filter by",
57
57
  selectedItemProp: "name",
58
58
  searchObjProps: "name",
@@ -170,7 +170,7 @@ $("#resolve_event").click(function() {
170
170
  });
171
171
  });
172
172
 
173
- $("input[type=text]").autoSuggest("http://" + location.hostname + ":" + location.port + "/autocomplete.json", {
173
+ $("input[type=text]").autoSuggest(location.protocol + "//" + location.hostname + ":" + location.port + "/autocomplete.json", {
174
174
  startText: "Enter keywords to filter by",
175
175
  selectedItemProp: "name",
176
176
  searchObjProps: "name",
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
5
- prerelease: false
4
+ hash: 31098133
5
+ prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 6
10
- version: 0.9.6
9
+ - 7
10
+ - beta
11
+ version: 0.9.7.beta
11
12
  platform: ruby
12
13
  authors:
13
14
  - Justin Kolberg
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2011-12-27 00:00:00 -08:00
20
+ date: 2012-02-20 00:00:00 -08:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
@@ -151,12 +152,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
152
  required_rubygems_version: !ruby/object:Gem::Requirement
152
153
  none: false
153
154
  requirements:
154
- - - ">="
155
+ - - ">"
155
156
  - !ruby/object:Gem::Version
156
- hash: 3
157
+ hash: 25
157
158
  segments:
158
- - 0
159
- version: "0"
159
+ - 1
160
+ - 3
161
+ - 1
162
+ version: 1.3.1
160
163
  requirements: []
161
164
 
162
165
  rubyforge_project: