diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-18 16:11:39 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 16:11:39 +1200 |
commit | 648d5fe1e4a0d92b79410572d386dac45b4e8d36 (patch) | |
tree | b5d7911e71da3ec95f32a2f2161f248266363cbe /web/app/Application.js | |
parent | 13b12ad936020476f8911fde498a820f94115a79 (diff) | |
parent | 6c8e4716489bc5d05a0c7794ee1cee342de417e3 (diff) | |
download | trackermap-web-648d5fe1e4a0d92b79410572d386dac45b4e8d36.tar.gz trackermap-web-648d5fe1e4a0d92b79410572d386dac45b4e8d36.tar.bz2 trackermap-web-648d5fe1e4a0d92b79410572d386dac45b4e8d36.zip |
Merge pull request #467 from Abyss777/known_attributes
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: [ |