sql-jarvis 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d107d0c0a964dc38872673b834fcf066de395ee917428e225ebf7a1e094504b9
4
- data.tar.gz: a10872bd68e4324315521a865e282afee636b9fe331264f7507713ef6d44fd0e
3
+ metadata.gz: 20ce107e0f2719213632715e835a114b190a035f206e76c49bde101278ce1ea2
4
+ data.tar.gz: 964cde87d25895f40c3514f69ecfec4fa9b06d1af90bf18749b55dc1a0f35a03
5
5
  SHA512:
6
- metadata.gz: 44d6048b8f88af0b7970897c284625b7eaa78cedda315313a694cdbf14b801c95e05565571c122c5af823b68c083480029c5eb04dff8e459dfdb1c971e7df44b
7
- data.tar.gz: 774510e59aac2c21c0344685232c100fdd34db9a73259373cade0cc9455640ff9c52668755f520443282a052f6a11d305077bf4f5a22e1c2edeaea6235ecd2b8
6
+ metadata.gz: a7a7f477cab2aa4a49640b45711563438015d408e6a5bb775aed8cd94e8f234edc1786f6508c6c03837d15bf4988fe938960148ad4f150d9bb1437c6af686f94
7
+ data.tar.gz: dc00f4c38a17b54952b29ee7b8a7a974e20bf1092ac1a4994c6029d21ba52412e20bdf147371a321d74b438e0e0839eab5c8ed5593e1b8a47f8b437103366372
@@ -51,7 +51,7 @@ module Blazer
51
51
 
52
52
  def destroy
53
53
  @dashboard.destroy
54
- redirect_to dashboards_path
54
+ redirect_to root_path
55
55
  end
56
56
 
57
57
  def refresh
@@ -11,7 +11,6 @@
11
11
  </div>
12
12
  <% end %>
13
13
  <div class='btn-group'>
14
- <%= link_to "Dashboards", dashboards_path, class: 'btn btn-default' %>
15
14
  <%= link_to "Checks", checks_path, class: 'btn btn-default' %>
16
15
  </div>
17
16
  <div class="btn-group">
@@ -1,3 +1,3 @@
1
1
  module Blazer
2
- VERSION = "2.0.2"
2
+ VERSION = '2.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql-jarvis
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane