From 48631f90b2e4718bf7c2ab8312424647b63f4925 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 1 Nov 2017 08:40:58 +0500 Subject: Add attribute to hide Events panel --- web/app/store/CommonUserAttributes.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/app/store/CommonUserAttributes.js') 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 @@ -42,6 +42,10 @@ Ext.define('Traccar.store.CommonUserAttributes', { key: 'ui.disableReport', name: Strings.attributeUiDisableReport, valueType: 'boolean' + }, { + key: 'ui.disableEvents', + name: Strings.attributeUiDisableEvents, + valueType: 'boolean' }, { key: 'ui.disableVehicleFetures', name: Strings.attributeUiDisableVehicleFetures, -- cgit v1.2.3