diff options
author | Abyss777 <abyss@fox5.ru> | 2017-04-04 17:16:05 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-04-04 17:16:05 +0500 |
commit | 8c4337fb90487ce9986ab67fcb695a53e90f74d9 (patch) | |
tree | a0447f3dec02b4a2ebd6090ea3c739087668d828 /web/app/Application.js | |
parent | 247a6bd4193077bd77608aca87d4e912f2c028ac (diff) | |
download | trackermap-web-8c4337fb90487ce9986ab67fcb695a53e90f74d9.tar.gz trackermap-web-8c4337fb90487ce9986ab67fcb695a53e90f74d9.tar.bz2 trackermap-web-8c4337fb90487ce9986ab67fcb695a53e90f74d9.zip |
Implement known attributes
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 9b450466..1658e7dc 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -38,7 +38,8 @@ Ext.define('Traccar.Application', { 'AttributeAlias', 'ReportSummary', 'ReportTrip', - 'Calendar' + 'Calendar', + 'KnownAttribute' ], stores: [ @@ -77,7 +78,12 @@ Ext.define('Traccar.Application', { 'AllCalendars', 'AllTimezones', 'VisibleDevices', - 'DeviceStatuses' + 'DeviceStatuses', + 'DeviceAttributes', + 'GeofenceAttributes', + 'GroupAttributes', + 'ServerAttributes', + 'UserAttributes' ], controllers: [ |