diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-06 09:42:39 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 09:42:39 +1200 |
commit | 00e840b3dbc087a0b187f283d14f5169a626da93 (patch) | |
tree | 1cc058f5e54b0619a6c2cf4f0d22d7b99e34a869 /web/app/Application.js | |
parent | 6a87e86cee0cdbcc196166f3f1b330903364931b (diff) | |
parent | 4808ca260bbbc2c87f8e079360db316215b76854 (diff) | |
download | trackermap-web-00e840b3dbc087a0b187f283d14f5169a626da93.tar.gz trackermap-web-00e840b3dbc087a0b187f283d14f5169a626da93.tar.bz2 trackermap-web-00e840b3dbc087a0b187f283d14f5169a626da93.zip |
Merge pull request #572 from Abyss777/remove_aliases
Remove Attribute Aliases
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', |