diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-05 18:09:39 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-05 18:12:19 +0500 |
commit | 4808ca260bbbc2c87f8e079360db316215b76854 (patch) | |
tree | 1cc058f5e54b0619a6c2cf4f0d22d7b99e34a869 /web/app/Application.js | |
parent | 6a87e86cee0cdbcc196166f3f1b330903364931b (diff) | |
download | trackermap-web-4808ca260bbbc2c87f8e079360db316215b76854.tar.gz trackermap-web-4808ca260bbbc2c87f8e079360db316215b76854.tar.bz2 trackermap-web-4808ca260bbbc2c87f8e079360db316215b76854.zip |
Remove Attribute Aliases support
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index dddca840..4f43900b 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -35,7 +35,6 @@ Ext.define('Traccar.Application', { 'Event', 'Geofence', 'Notification', - 'AttributeAlias', 'ReportSummary', 'ReportTrip', 'ReportStop', @@ -68,7 +67,6 @@ Ext.define('Traccar.Application', { 'Notifications', 'AllNotifications', 'GeofenceTypes', - 'AttributeAliases', 'ReportRoute', 'ReportEvents', 'ReportTrips', |