diff options
author | Abyss777 <abyss@fox5.ru> | 2017-08-18 15:40:39 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-08-18 15:40:39 +0500 |
commit | f26159a40b3b23fbd63de312f121b1fe1bf64bd1 (patch) | |
tree | e11eb5ae16c18feaa24844aae8305de472e140b1 /web/app/Application.js | |
parent | d1d7d230a0262d9f6ae05f1c4c6718699edb8de3 (diff) | |
download | trackermap-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.tar.gz trackermap-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.tar.bz2 trackermap-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.zip |
- Detach common known attributes
- Rename function
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 3cee7b78..e0f0aa45 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -83,10 +83,12 @@ Ext.define('Traccar.Application', { 'AllTimezones', 'VisibleDevices', 'DeviceStatuses', + 'CommonDeviceAttributes', 'DeviceAttributes', 'GeofenceAttributes', 'GroupAttributes', 'ServerAttributes', + 'CommonUserAttributes', 'UserAttributes', 'ComputedAttributes', 'AllComputedAttributes', @@ -104,7 +106,7 @@ Ext.define('Traccar.Application', { return window.matchMedia && window.matchMedia('(max-width: 768px)').matches; }, - isVehicleFeaturesDisabled: function () { + getVehicleFeaturesDisabled: function () { return this.getBooleanAttributePreference('ui.disableVehicleFetures'); }, |