redis-stat 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,10 @@ body {
42
42
  font-style: italic;
43
43
  }
44
44
 
45
+ #info_table.table {
46
+ margin: 0;
47
+ }
48
+
45
49
  .footer {
46
50
  padding: 30px 0;
47
51
  margin-top: 30px;
@@ -64,3 +68,12 @@ body {
64
68
  margin-right: 10px;
65
69
  }
66
70
 
71
+ .scrollable {
72
+ background-color: #fff;
73
+ border: 1px solid #ddd;
74
+ -webkit-border-radius: 4px;
75
+ -moz-border-radius: 4px;
76
+ border-radius: 4px;
77
+ background-color: transparent;
78
+ overflow: auto;
79
+ }
@@ -74,11 +74,11 @@
74
74
  </div>
75
75
 
76
76
  <div class="row">
77
- <div class="span<%= [12, 2 + @hosts.length * 2].min %>">
78
- <table id="info_table" class="table table-striped table-bordered table-condensed table-hover">
77
+ <div class="span12 scrollable">
78
+ <table id="info_table" class="table table-striped table-condensed table-hover">
79
79
  <thead>
80
80
  <tr>
81
- <td></td>
81
+ <td width="1"></td>
82
82
  <% @hosts.each do |host| %>
83
83
  <th class="text-info"><%= host %></th>
84
84
  <% end %>
@@ -1,3 +1,3 @@
1
1
  class RedisStat
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-stat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-07 00:00:00.000000000 Z
12
+ date: 2013-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ansi
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  version: '0'
248
248
  requirements: []
249
249
  rubyforge_project:
250
- rubygems_version: 1.8.24
250
+ rubygems_version: 1.8.25
251
251
  signing_key:
252
252
  specification_version: 3
253
253
  summary: A real-time Redis monitoring tool written in Ruby