mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fleet UI: Update page descriptions styling (#17001)
This commit is contained in:
parent
0aa187cbca
commit
a34863fea0
1
changes/16506-page-descriptions
Normal file
1
changes/16506-page-descriptions
Normal file
@ -0,0 +1 @@
|
||||
- Update page description styling
|
@ -299,11 +299,9 @@ const SoftwarePage = ({ children, router, location }: ISoftwarePageProps) => {
|
||||
(!isPremiumTier || !isAnyTeamSelected) &&
|
||||
"and manage automations for detected vulnerabilities (CVEs)"}{" "}
|
||||
on{" "}
|
||||
<b>
|
||||
{isPremiumTier && isAnyTeamSelected
|
||||
? "all hosts assigned to this team"
|
||||
: "all of your hosts"}
|
||||
</b>
|
||||
{isPremiumTier && isAnyTeamSelected
|
||||
? "all hosts assigned to this team"
|
||||
: "all of your hosts"}
|
||||
.
|
||||
</p>
|
||||
);
|
||||
|
@ -738,13 +738,10 @@ const ManagePolicyPage = ({
|
||||
</div>
|
||||
<div className={`${baseClass}__description`}>
|
||||
{showTeamDescription ? (
|
||||
<p>
|
||||
Add additional policies for <b>all hosts assigned to this team</b>
|
||||
.
|
||||
</p>
|
||||
<p>Add additional policies for all hosts assigned to this team.</p>
|
||||
) : (
|
||||
<p>
|
||||
Add policies for <b>all of your hosts</b> to see which pass your
|
||||
Add policies for all of your hosts to see which pass your
|
||||
organization’s standards.
|
||||
</p>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user