mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fleet UI: Add premium tooltip (#27794)
This commit is contained in:
parent
1c3ab0ca49
commit
8957b66c55
1 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue