Skip to content

Commit

Permalink
Forward URL per device
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Nov 23, 2024
1 parent b9bf60f commit c11841f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/attributes/useDeviceAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ export default (t) => useMemo(() => ({
name: t('sharedTimezone'),
type: 'string',
},
'forward.url': {
name: t('attributeForwardUrl'),
type: 'string',
},
}), [t]);
1 change: 1 addition & 0 deletions src/resources/l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c11841f

Please sign in to comment.