right_chimp 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES +4 -0
- data/lib/right_chimp/templates/default.css +3 -3
- data/lib/right_chimp/templates/greenscreen.css +3 -3
- data/lib/right_chimp/templates/hotdogstand.css +3 -3
- data/lib/right_chimp/templates/invertedhotdogstand.css +3 -3
- data/lib/right_chimp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27e7cd00a84999f433d40a2f249cb8560268a727
|
|
4
|
+
data.tar.gz: ceb90ee2bcf68088cffc0fb5654efa2feeb8468d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9fa7d8e28ecc00b32076872a7d95981a024c152bd491271026c81eca7ae80adb07e913e60705620bd8b12a997377e98348bb78784f75daf1a6b18664c2878ba
|
|
7
|
+
data.tar.gz: 92e47140d1c2633eb7007d8a8964c100fefe4fca8b5fb0ed496b706c8bf34c1f3683b5f74c70ba971bff5f17b104cc31246361ae5e58f4578b4fc0a73c9bfadf
|
data/CHANGES
CHANGED
|
@@ -33,15 +33,14 @@ div#stats {
|
|
|
33
33
|
color: black;
|
|
34
34
|
float: left;
|
|
35
35
|
border-right: solid 2px black;
|
|
36
|
-
position: fixed;
|
|
37
36
|
height: 100%;
|
|
38
37
|
padding: 5px;
|
|
39
38
|
padding-right: 15px;
|
|
39
|
+
overflow-x: auto;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
div#jobs {
|
|
43
|
-
|
|
44
|
-
left: 375px;
|
|
43
|
+
float: left;
|
|
45
44
|
top: 10px;
|
|
46
45
|
width: 500px;
|
|
47
46
|
padding-left: 20px;
|
|
@@ -53,6 +52,7 @@ div#groups {
|
|
|
53
52
|
background-color: white;
|
|
54
53
|
border: solid 1px;
|
|
55
54
|
overflow-y: auto;
|
|
55
|
+
overflow-x: auto;
|
|
56
56
|
height: 150px;
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -34,15 +34,14 @@ div#stats {
|
|
|
34
34
|
color: #088A29;
|
|
35
35
|
float: left;
|
|
36
36
|
border-right: solid 2px #088A29;
|
|
37
|
-
position: fixed;
|
|
38
37
|
height: 100%;
|
|
39
38
|
padding: 5px;
|
|
40
39
|
padding-right: 15px;
|
|
40
|
+
overflow-x: auto;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
div#jobs {
|
|
44
|
-
|
|
45
|
-
left: 375px;
|
|
44
|
+
float: left;
|
|
46
45
|
top: 10px;
|
|
47
46
|
width: 500px;
|
|
48
47
|
padding-left: 20px;
|
|
@@ -54,6 +53,7 @@ div#groups {
|
|
|
54
53
|
background-color: black;
|
|
55
54
|
border: solid 1px #088A29;
|
|
56
55
|
overflow-y: auto;
|
|
56
|
+
overflow-x: auto;
|
|
57
57
|
height: 150px;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -34,15 +34,14 @@ div#stats {
|
|
|
34
34
|
color: yellow;
|
|
35
35
|
float: left;
|
|
36
36
|
border-right: solid 2px yellow;
|
|
37
|
-
position: fixed;
|
|
38
37
|
height: 100%;
|
|
39
38
|
padding: 5px;
|
|
40
39
|
padding-right: 15px;
|
|
40
|
+
overflow-x: auto;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
div#jobs {
|
|
44
|
-
|
|
45
|
-
left: 375px;
|
|
44
|
+
float: left;
|
|
46
45
|
top: 10px;
|
|
47
46
|
width: 500px;
|
|
48
47
|
padding-left: 20px;
|
|
@@ -54,6 +53,7 @@ div#groups {
|
|
|
54
53
|
background-color: red;
|
|
55
54
|
border: solid 1px yellow;
|
|
56
55
|
overflow-y: auto;
|
|
56
|
+
overflow-x: auto;
|
|
57
57
|
height: 150px;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -34,15 +34,14 @@ div#stats {
|
|
|
34
34
|
color: red;
|
|
35
35
|
float: left;
|
|
36
36
|
border-right: solid 2px red;
|
|
37
|
-
position: fixed;
|
|
38
37
|
height: 100%;
|
|
39
38
|
padding: 5px;
|
|
40
39
|
padding-right: 15px;
|
|
40
|
+
overflow-x: auto;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
div#jobs {
|
|
44
|
-
|
|
45
|
-
left: 375px;
|
|
44
|
+
float: left;
|
|
46
45
|
top: 10px;
|
|
47
46
|
width: 500px;
|
|
48
47
|
padding-left: 20px;
|
|
@@ -54,6 +53,7 @@ div#groups {
|
|
|
54
53
|
background-color: yellow;
|
|
55
54
|
border: solid 1px red;
|
|
56
55
|
overflow-y: auto;
|
|
56
|
+
overflow-x: auto;
|
|
57
57
|
height: 150px;
|
|
58
58
|
}
|
|
59
59
|
|
data/lib/right_chimp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: right_chimp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RightScale Operations
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|