Fleet UI: Update page descriptions styling (#17001)

This commit is contained in:
RachelElysia 2024-02-21 13:37:43 -05:00 committed by GitHub
parent 0aa187cbca
commit a34863fea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 10 deletions

View File

@ -0,0 +1 @@
- Update page description styling

View File

@ -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>
);

View File

@ -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
organizations standards.
</p>
)}