Fleet UI: Add premium tooltip (#27794)

This commit is contained in:
RachelElysia 2025-04-02 14:00:29 -04:00 committed by GitHub
parent 1c3ab0ca49
commit 8957b66c55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -405,7 +405,9 @@ const SoftwarePage = ({ children, router, location }: ISoftwarePageProps) => {
underline={false}
tipContent={
<div className={`${baseClass}__header__tooltip`}>
Select a team to add software.
{isPremiumTier
? "Select a team to add software."
: "This feature is included in Fleet Premium."}
</div>
}
disableTooltip={!isAllTeamsSelected}