aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-11-01 08:40:58 +0500
committerAbyss777 <abyss@fox5.ru>2017-11-01 08:40:58 +0500
commit48631f90b2e4718bf7c2ab8312424647b63f4925 (patch)
treed9c80566060b7f61cd6acc683dac8efd7f3109e8 /web/app/store
parent2fd7c0f03ec9a4a3734a0aba38d56f59fddc6e48 (diff)
downloadetbsa-traccar-web-48631f90b2e4718bf7c2ab8312424647b63f4925.tar.gz
etbsa-traccar-web-48631f90b2e4718bf7c2ab8312424647b63f4925.tar.bz2
etbsa-traccar-web-48631f90b2e4718bf7c2ab8312424647b63f4925.zip
Add attribute to hide Events panel
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 eadb1c5..c2c2942 100644
--- a/web/app/store/CommonUserAttributes.js
+++ b/web/app/store/CommonUserAttributes.js
@@ -43,6 +43,10 @@ Ext.define('Traccar.store.CommonUserAttributes', {
name: Strings.attributeUiDisableReport,
valueType: 'boolean'
}, {
+ key: 'ui.disableEvents',
+ name: Strings.attributeUiDisableEvents,
+ valueType: 'boolean'
+ }, {
key: 'ui.disableVehicleFetures',
name: Strings.attributeUiDisableVehicleFetures,
valueType: 'boolean'