aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes/useCommonUserAttributes.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-30 06:04:01 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-30 06:04:01 -0700
commit1b293563daa883eccfb81bfeebd1034cb6556ea9 (patch)
tree2f0763d6deee1c9073e297b366f0652387ac5b1e /modern/src/common/attributes/useCommonUserAttributes.js
parentf9f5ea547e61b6ff527149fa5814851240d2c967 (diff)
downloadtrackermap-web-1b293563daa883eccfb81bfeebd1034cb6556ea9.tar.gz
trackermap-web-1b293563daa883eccfb81bfeebd1034cb6556ea9.tar.bz2
trackermap-web-1b293563daa883eccfb81bfeebd1034cb6556ea9.zip
Add missing user attributes
Diffstat (limited to 'modern/src/common/attributes/useCommonUserAttributes.js')
-rw-r--r--modern/src/common/attributes/useCommonUserAttributes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js
index 791f46d4..c813a912 100644
--- a/modern/src/common/attributes/useCommonUserAttributes.js
+++ b/modern/src/common/attributes/useCommonUserAttributes.js
@@ -65,14 +65,14 @@ export default (t) => useMemo(() => ({
name: t('attributeUiDisableMaintenance'),
type: 'boolean',
},
- /* 'web.liveRouteLength': {
+ 'web.liveRouteLength': {
name: t('attributeWebLiveRouteLength'),
type: 'number',
},
'web.selectZoom': {
name: t('attributeWebSelectZoom'),
type: 'number',
- }, */
+ },
'web.maxZoom': {
name: t('attributeWebMaxZoom'),
type: 'number',