From 10bf4b93ee70d0ee9fdf4ca271daa2316860393f Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Mon, 17 Feb 2025 13:57:03 +0100 Subject: [PATCH] doc: add osc disabled warning for cloud users --- .../panel/automations-panel/AutomationSettingsForm.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx b/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx index fa7952a4e..2ffcfd0d5 100644 --- a/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx +++ b/apps/client/src/features/app-settings/panel/automations-panel/AutomationSettingsForm.tsx @@ -7,6 +7,7 @@ import ExternalLink from '../../../../common/components/external-link/ExternalLi import Info from '../../../../common/components/info/Info'; import { preventEscape } from '../../../../common/utils/keyEvent'; import { isOnlyNumbers } from '../../../../common/utils/regex'; +import { isOntimeCloud } from '../../../../externals'; import * as Panel from '../../panel-utils/PanelUtils'; const oscApiDocsUrl = 'https://docs.getontime.no/api/protocols/osc/'; @@ -112,7 +113,9 @@ export default function AutomationSettingsForm(props: AutomationSettingsProps) { OSC Input + + {isOntimeCloud && For security reasons OSC integrations are not available in the cloud service.}