refactor: sync

This commit is contained in:
zhom
2026-02-20 07:22:42 +04:00
parent 8bc1ea500b
commit 4872dcc8ad
28 changed files with 678 additions and 72 deletions
+10 -2
View File
@@ -1595,7 +1595,10 @@ export function ProfilesDataTable({
</span>
</TooltipTrigger>
<TooltipContent>
<p>Created on {osName} - view only</p>
<p>
This profile was created on {osName} and is not supported on
this system
</p>
</TooltipContent>
</Tooltip>
);
@@ -1608,7 +1611,12 @@ export function ProfilesDataTable({
: "another OS";
return (
<NonHoverableTooltip
content={<p>Created on {osName} - view only</p>}
content={
<p>
This profile was created on {osName} and is not supported on
this system
</p>
}
sideOffset={4}
horizontalOffset={8}
>