mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
feat(ask-ai): integrate kapa-ai page [BE-11409] (#214)
This commit is contained in:
parent
783ab253af
commit
441afead10
24 changed files with 102 additions and 50 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Icon as IconTest } from 'lucide-react';
|
||||
import { type LucideIcon } from 'lucide-react';
|
||||
import clsx from 'clsx';
|
||||
import { MouseEventHandler, PropsWithChildren } from 'react';
|
||||
|
||||
|
@ -13,7 +13,7 @@ import { SidebarTooltip } from './SidebarTooltip';
|
|||
import { useSidebarSrefActive } from './useSidebarSrefActive';
|
||||
|
||||
interface Props extends AutomationTestingProps {
|
||||
icon?: IconTest;
|
||||
icon?: LucideIcon;
|
||||
to: string;
|
||||
params?: object;
|
||||
label: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue