mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-07 03:26:42 +08:00
Forward URL per device
This commit is contained in:
parent
b9bf60fc5d
commit
c11841f648
@ -22,4 +22,8 @@ export default (t) => useMemo(() => ({
|
||||
name: t('sharedTimezone'),
|
||||
type: 'string',
|
||||
},
|
||||
'forward.url': {
|
||||
name: t('attributeForwardUrl'),
|
||||
type: 'string',
|
||||
},
|
||||
}), [t]);
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user