aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-21 11:37:35 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-21 11:37:35 +0500
commit364ae5f1862d9d416fc27f9fc56b04c23778d612 (patch)
tree7af1d7906dfddfd51897819b7649a617d8216170 /web/app/store
parentee56eda11f169a8a9157098827b57a79dc7c841a (diff)
downloadetbsa-traccar-web-364ae5f1862d9d416fc27f9fc56b04c23778d612.tar.gz
etbsa-traccar-web-364ae5f1862d9d416fc27f9fc56b04c23778d612.tar.bz2
etbsa-traccar-web-364ae5f1862d9d416fc27f9fc56b04c23778d612.zip
Implement UI setting to hide listed Position Attributes
Diffstat (limited to 'web/app/store')
-rw-r--r--web/app/store/CommonUserAttributes.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/store/CommonUserAttributes.js b/web/app/store/CommonUserAttributes.js
index 1ba223f..d6b0b10 100644
--- a/web/app/store/CommonUserAttributes.js
+++ b/web/app/store/CommonUserAttributes.js
@@ -59,6 +59,10 @@ Ext.define('Traccar.store.CommonUserAttributes', {
name: Strings.attributeUiDisableCalendars,
valueType: 'boolean'
}, {
+ key: 'ui.hiddenPositionAttributes',
+ name: Strings.attributeUiHiddenPositionAttributes,
+ valueType: 'string'
+ }, {
key: 'distanceUnit',
name: Strings.settingsDistanceUnit,
valueType: 'string',