mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +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
|
@ -2,7 +2,7 @@ import _ from 'lodash';
|
|||
import {
|
||||
AlertTriangle,
|
||||
CheckCircle,
|
||||
type Icon as IconType,
|
||||
type LucideIcon,
|
||||
Loader2,
|
||||
XCircle,
|
||||
MinusCircle,
|
||||
|
@ -51,7 +51,7 @@ function getStatus(
|
|||
hasOldVersion: boolean
|
||||
): {
|
||||
label: string;
|
||||
icon?: IconType;
|
||||
icon?: LucideIcon;
|
||||
spin?: boolean;
|
||||
mode?: IconMode;
|
||||
tooltip?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue