runit-man 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/runit-man/version.rb +1 -1
- data/public/css/runit-man.css +3 -2
- metadata +3 -3
data/lib/runit-man/version.rb
CHANGED
data/public/css/runit-man.css
CHANGED
@@ -17,9 +17,10 @@ form.service-action, form.service-signal
|
|
17
17
|
.notice a {color:#514721;}
|
18
18
|
.success a {color:#264409;}
|
19
19
|
|
20
|
-
span.inactive {color
|
20
|
+
span.inactive {color:gray;}
|
21
21
|
span.down {color:#8a1f11;}
|
22
22
|
span.run {color:#264409;}
|
23
23
|
|
24
24
|
#services { text-align: center; }
|
25
|
-
|
25
|
+
|
26
|
+
table {width:90%; margin-left:5%; margin-right:5%; color: #000; }
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runit-man
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
9
|
+
- 1
|
10
|
+
version: 2.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Akzhan Abdulin
|