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.}