diff --git a/frontend-modern/src/components/Settings/ConnectionEditor/CredentialSlots/TrueNASCredentialSlot.tsx b/frontend-modern/src/components/Settings/ConnectionEditor/CredentialSlots/TrueNASCredentialSlot.tsx index f8a18cd7d..8ed082019 100644 --- a/frontend-modern/src/components/Settings/ConnectionEditor/CredentialSlots/TrueNASCredentialSlot.tsx +++ b/frontend-modern/src/components/Settings/ConnectionEditor/CredentialSlots/TrueNASCredentialSlot.tsx @@ -7,6 +7,7 @@ import { formLabel, formSelect, } from '@/components/shared/Form'; +import { TlsVerificationWarningBanner } from '@/components/shared/TlsVerificationWarningBanner'; import { MonitoredSystemAdmissionPreview } from '../../MonitoredSystemAdmissionPreview'; import type { TrueNASConnection } from '@/api/truenas'; import type { TrueNASSettingsPanelState } from '../../useTrueNASSettingsPanelState'; @@ -191,6 +192,12 @@ export const TrueNASCredentialSlot: Component = (pro Optional certificate pin for HTTPS connections.
+ + +
+ + +