Forward URL per device

This commit is contained in:
Anton Tananaev 2024-11-23 06:42:49 -08:00
parent b9bf60fc5d
commit c11841f648
2 changed files with 5 additions and 0 deletions

View File

@ -22,4 +22,8 @@ export default (t) => useMemo(() => ({
name: t('sharedTimezone'),
type: 'string',
},
'forward.url': {
name: t('attributeForwardUrl'),
type: 'string',
},
}), [t]);

View File

@ -165,6 +165,7 @@
"attributeUiDisableLoginLanguage": "UI: Disable Login Language",
"attributeNotificationTokens": "Notification Tokens",
"attributePopupInfo": "Popup Info",
"attributeForwardUrl": "Forward URL",
"errorTitle": "Error",
"errorGeneral": "Invalid parameters or constraints violation",
"errorConnection": "Connection error",