foreman_theme_satellite 13.2.2 → 13.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/foreman_theme_satellite/application_colors.css +13 -11
- data/app/assets/stylesheets/foreman_theme_satellite/bastion.scss +9 -4
- data/app/assets/stylesheets/foreman_theme_satellite/external_logout.scss +12 -10
- data/app/assets/stylesheets/foreman_theme_satellite/login.scss +23 -21
- data/app/assets/stylesheets/foreman_theme_satellite/patternfly_and_overrides.scss +5 -3
- data/app/assets/stylesheets/foreman_theme_satellite/provisioning_templates.scss +4 -2
- data/app/assets/stylesheets/foreman_theme_satellite/topbar.scss +11 -9
- data/app/assets/stylesheets/foreman_theme_satellite/wizard.scss +13 -11
- data/app/helpers/theme_css_class_helper.rb +1 -1
- data/lib/foreman_theme_satellite/documentation.rb +1 -1
- data/lib/foreman_theme_satellite/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f66bba8ab1dd2fb6b4921e0eab54ad2af6bda58e7124cbf90be061219687a386
|
4
|
+
data.tar.gz: 8acdbc5bda40bf9c06749787907a6a774fb518f233a8056f3efa61eb63b1e58b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dd054bcb047b7d26c4eba0b4af7fa67b23a14874e5be52d11f65a854f45e5ea41201db5a53ab0f73e6a4860fced38651efeba8138900047fc7005d37f5fdb7e
|
7
|
+
data.tar.gz: b55b32da9b7cce4acd8b4cc25016d1c67f72faaff0487a8c91c824f3942b40fbe961498097299ce48818eba5a44fcfa04fcd4d053eabf1f635ea4f69a769a8ee
|
@@ -1,12 +1,14 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
1
|
+
.satellite-theme {
|
2
|
+
.login-pf body {
|
3
|
+
background: #202020;
|
4
|
+
}
|
5
|
+
.auto-refresh.on {
|
6
|
+
color: #393f44;
|
7
|
+
}
|
8
|
+
.login-pf body .login-page {
|
9
|
+
background: #393f44;
|
10
|
+
}
|
11
|
+
.stacked-content.tab-content {
|
12
|
+
border: 1px solid #474c51;
|
13
|
+
}
|
12
14
|
}
|
@@ -1,5 +1,10 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
.satellite-theme {
|
2
|
+
.bastion .dropdown-menu > .active > a,
|
3
|
+
.bastion .dropdown-menu > .active > a:hover,
|
4
|
+
.bastion .dropdown-menu > .active > a:focus {
|
5
|
+
border: 1px solid #999999 /*{borderColorHover}*/ !important;
|
6
|
+
background: #dadada /*{bgColorHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x
|
7
|
+
/*{bgHoverRepeat}*/;
|
8
|
+
font-weight: normal /*{fwDefault}*/;
|
9
|
+
}
|
5
10
|
}
|
@@ -1,13 +1,15 @@
|
|
1
|
-
@import
|
1
|
+
@import "foreman_theme_satellite/login.scss";
|
2
2
|
|
3
|
-
.
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
3
|
+
.satellite-theme {
|
4
|
+
.external-logout {
|
5
|
+
background-image: $bg-img;
|
6
|
+
background-size: $bg-size;
|
7
|
+
background-color: $bg-color;
|
8
|
+
background-repeat: $bg-repeat;
|
9
|
+
|
10
|
+
header img.brand {
|
11
|
+
margin: $brand-margin !important;
|
12
|
+
max-width: $brand-max-width !important;
|
13
|
+
}
|
12
14
|
}
|
13
15
|
}
|
@@ -1,32 +1,34 @@
|
|
1
|
-
$bg-img: image-url(
|
1
|
+
$bg-img: image-url("foreman_theme_satellite/login_bg.svg");
|
2
2
|
$bg-size: 55% auto;
|
3
3
|
$bg-color: #202020;
|
4
4
|
$bg-repeat: no-repeat;
|
5
5
|
$brand-margin: 150px 15% 0 0;
|
6
6
|
$brand-max-width: none;
|
7
7
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
8
|
+
.satellite-theme {
|
9
|
+
#login-page {
|
10
|
+
.login-pf {
|
11
|
+
background-image: $bg-img;
|
12
|
+
background-size: $bg-size;
|
13
|
+
background-color: $bg-color;
|
14
|
+
background-repeat: $bg-repeat;
|
15
|
+
}
|
15
16
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
.login-pf-brand {
|
18
|
+
margin: $brand-margin;
|
19
|
+
max-width: $brand-max-width;
|
20
|
+
}
|
21
|
+
|
22
|
+
.external-logout {
|
23
|
+
background-image: $bg-img;
|
24
|
+
background-size: $bg-size;
|
25
|
+
background-color: $bg-color;
|
26
|
+
background-repeat: $bg-repeat;
|
20
27
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
background-repeat: $bg-repeat;
|
26
|
-
|
27
|
-
header img.brand {
|
28
|
-
margin: $brand-margin !important;
|
29
|
-
max-width: $brand-max-width !important;
|
28
|
+
header img.brand {
|
29
|
+
margin: $brand-margin !important;
|
30
|
+
max-width: $brand-max-width !important;
|
31
|
+
}
|
30
32
|
}
|
31
33
|
}
|
32
34
|
}
|
@@ -1,11 +1,13 @@
|
|
1
|
-
.
|
2
|
-
.pf-c-
|
3
|
-
|
4
|
-
|
1
|
+
.satellite-theme {
|
2
|
+
.pf-c-page .pf-c-masthead {
|
3
|
+
.pf-c-masthead__brand {
|
4
|
+
height: inherit;
|
5
|
+
}
|
5
6
|
|
6
|
-
|
7
|
-
|
7
|
+
.navbar-brand-txt {
|
8
|
+
display: none !important;
|
9
|
+
}
|
10
|
+
background: var(--pf-c-page__header--BackgroundColor);
|
11
|
+
background-size: cover;
|
8
12
|
}
|
9
|
-
|
10
|
-
background-size: cover;
|
11
|
-
}
|
13
|
+
}
|
@@ -1,14 +1,16 @@
|
|
1
|
-
.
|
2
|
-
|
1
|
+
.satellite-theme {
|
2
|
+
.wizard li {
|
3
|
+
padding: 8px 12px 8px;
|
3
4
|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
5
|
+
&:first-child {
|
6
|
+
-webkit-border-radius: 0;
|
7
|
+
-moz-border-radius: 0;
|
8
|
+
border-radius: 0;
|
9
|
+
}
|
10
|
+
&:last-child {
|
11
|
+
-webkit-border-radius: 0;
|
12
|
+
-moz-border-radius: 0;
|
13
|
+
border-radius: 0;
|
14
|
+
}
|
13
15
|
}
|
14
16
|
}
|
@@ -69,7 +69,7 @@ module ForemanThemeSatellite
|
|
69
69
|
'Managing_Compliance_Policies_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/Managing_Compliance_Policies_security-compliance",
|
70
70
|
'Configuring_SCAP_Contents_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/Configuring_SCAP_Contents_security-compliance",
|
71
71
|
'tailoring-xccdf-profiles_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/Configuring_SCAP_Contents_security-compliance#tailoring-xccdf-profiles_security-compliance",
|
72
|
-
'deploying-compliance-policies_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/
|
72
|
+
'deploying-compliance-policies_security-compliance' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/compliance-policy-deployment-options_security-compliance",
|
73
73
|
}.freeze
|
74
74
|
|
75
75
|
PLUGINS_DOCUMENTATION = {
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_theme_satellite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.2.
|
4
|
+
version: 13.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shimon Stein
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-02-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|