diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-30 06:04:01 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-30 06:04:01 -0700 |
commit | 1b293563daa883eccfb81bfeebd1034cb6556ea9 (patch) | |
tree | 2f0763d6deee1c9073e297b366f0652387ac5b1e /modern/src/common | |
parent | f9f5ea547e61b6ff527149fa5814851240d2c967 (diff) | |
download | trackermap-web-1b293563daa883eccfb81bfeebd1034cb6556ea9.tar.gz trackermap-web-1b293563daa883eccfb81bfeebd1034cb6556ea9.tar.bz2 trackermap-web-1b293563daa883eccfb81bfeebd1034cb6556ea9.zip |
Add missing user attributes
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/attributes/useCommonUserAttributes.js | 4 |
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', |