diff --git a/frontend/src/pages/SystemSettings.tsx b/frontend/src/pages/SystemSettings.tsx index 290686b..873f549 100644 --- a/frontend/src/pages/SystemSettings.tsx +++ b/frontend/src/pages/SystemSettings.tsx @@ -1,5 +1,5 @@ import {Tabs} from 'antd' -import {Bot, DatabaseZap, Network, Radar, SlidersHorizontal, Tags, UsersRound} from 'lucide-react' +import {Bot, DatabaseSearch, Network, Radar, SlidersHorizontal, Tags, UsersRound} from 'lucide-react' import LDAPSettings from './LDAPSettings' import LLMProviderSettings from './LLMProviderSettings' import RuntimeSettings from './RuntimeSettings' @@ -32,7 +32,7 @@ export default function SystemSettings() { }, { key: 'siem', - label: SIEM, + label: SIEM, children: , }, { diff --git a/frontend/src/pages/ThreatIntelligenceSettings.tsx b/frontend/src/pages/ThreatIntelligenceSettings.tsx index 2c61d4c..54ce977 100644 --- a/frontend/src/pages/ThreatIntelligenceSettings.tsx +++ b/frontend/src/pages/ThreatIntelligenceSettings.tsx @@ -1,6 +1,6 @@ import {useCallback, useEffect, useState} from 'react' import {Button, Card, Form, Input, InputNumber, message, Space, Switch, Tabs} from 'antd' -import {DatabaseSearch, SatelliteDish} from 'lucide-react' +import {ChartNetwork, SatelliteDish} from 'lucide-react' import client from '../api/client' interface AlienVaultOTXConfig { @@ -207,7 +207,7 @@ export default function ThreatIntelligenceSettings() { { key: 'opencti', label: 'OpenCTI', - icon: , + icon: , children: (