logster 0.8.4.4.pre → 0.8.4.5.pre

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
  SHA1:
3
- metadata.gz: 26758317e1dfa2cb38fd7932d7ffc2f9fd073c96
4
- data.tar.gz: 58b3c563e7cb4232417b798bfcad902d3fe88621
3
+ metadata.gz: 539befdeeb988bc0f22b836f4d4b24aa99c48058
4
+ data.tar.gz: 5b2bf45e6a173ea79231aa58a940e4281a0cc5d3
5
5
  SHA512:
6
- metadata.gz: 47d950c4d8cf793f2d0999040c973bd5bf6d4a6c692135fe3ee549f79549e72c6a908f322ae2724eb4b55a99db2db797164d369371a9af917d20032952d275e0
7
- data.tar.gz: dbbfee1e1e49871c6256def779f97f3675c74f0a0fccc0ff2f37ed930a8bc85274dd3a46ef3c7a240edec908f635c72a023ee996e965e8d26e39f52e29c8559f
6
+ metadata.gz: ce9f6cf6e516784b80c8ce91778b7d74b143e072616c12089246de3aba8c5b49a6127a506962ae2e77b9b16783153792d2321c2bff086eb92ed913404388244f
7
+ data.tar.gz: 1f981c34ecbb5b5b5b78f84f55a42879b75eca309adf10c08a3a58cb3eafbecc5a6c28e3a053528eeea2903e92417ea0dbdf0873b1dd2eaec067ac2f410fb2ed
@@ -71,11 +71,11 @@ th.protected {
71
71
  }
72
72
 
73
73
  i.fatal {
74
- color: #900;
74
+ color: #E00;
75
75
  }
76
76
 
77
77
  i.error {
78
- color: #E00;
78
+ color: #900;
79
79
  }
80
80
 
81
81
  i.warning {
@@ -86,6 +86,10 @@ i.warning {
86
86
  color: #777;
87
87
  }
88
88
 
89
+ td.count {
90
+ text-align: right;
91
+ }
92
+
89
93
  .count span {
90
94
  font-size: 11px;
91
95
  font-weight: bold;
@@ -123,11 +127,14 @@ tr.show-more {
123
127
  }
124
128
 
125
129
  #bottom-panel.full {
126
- height: 90%;
127
130
  position: static;
128
131
  background-color: inherit;
132
+ height: 90%;
129
133
  }
130
134
 
135
+ #bottom-panel.full > div {
136
+ padding-bottom: 40px;
137
+ }
131
138
  #bottom-panel.full .tabs {
132
139
  display: none;
133
140
  }
@@ -29,7 +29,7 @@ module Logster
29
29
 
30
30
  if resource = resolve_path(path)
31
31
 
32
- if resource =~ /\.js$|\.handlebars$|\.css$|\.woff$|\.ttf$\.woff2$|\.svg$|\.otf$|\.eot$/
32
+ if resource =~ /\.js$|\.handlebars$|\.css$|\.woff$|\.ttf$|\.woff2$|\.svg$|\.otf$|\.eot$/
33
33
  env[PATH_INFO] = resource
34
34
  # accl redirect is going to be trouble, ensure its bypassed
35
35
  env['sendfile.type'] = ''
@@ -190,8 +190,8 @@ JS
190
190
  <!doctype html>
191
191
  <html>
192
192
  <head>
193
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
194
- <link href='http://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
193
+ <link href='//fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
194
+ <link href='//fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
195
195
  #{css("app.css")}
196
196
  #{css("font-awesome.min.css")}
197
197
  #{script("external/moment.min.js")}
@@ -1,3 +1,3 @@
1
1
  module Logster
2
- VERSION = "0.8.4.4.pre"
2
+ VERSION = "0.8.4.5.pre"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4.4.pre
4
+ version: 0.8.4.5.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - UI for viewing logs in Rack