From 466360f9d113d7db70280519f15469b55d4e182c Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Wed, 11 Dec 2024 21:25:59 +0100 Subject: [PATCH] chore: note service limitations --- .../app-settings/panel/integrations-panel/OscIntegrations.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/features/app-settings/panel/integrations-panel/OscIntegrations.tsx b/apps/client/src/features/app-settings/panel/integrations-panel/OscIntegrations.tsx index 1c604f31b..d124a2313 100644 --- a/apps/client/src/features/app-settings/panel/integrations-panel/OscIntegrations.tsx +++ b/apps/client/src/features/app-settings/panel/integrations-panel/OscIntegrations.tsx @@ -10,6 +10,7 @@ import { maybeAxiosError } from '../../../../common/api/utils'; import useOscSettings, { useOscSettingsMutation } from '../../../../common/hooks-query/useOscSettings'; import { isKeyEscape } from '../../../../common/utils/keyEvent'; import { isASCII, isASCIIorEmpty, isIPAddress, isOnlyNumbers, startsWithSlash } from '../../../../common/utils/regex'; +import { isOntimeCloud } from '../../../../externals'; import * as Panel from '../../panel-utils/PanelUtils'; import { cycles } from './integrationUtils'; @@ -106,6 +107,9 @@ export default function OscIntegrations() { + {isOntimeCloud && ( + For security reasons OSC integrations are not available in the cloud service. + )}