diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-03 15:30:35 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-03 15:30:35 +1200 |
commit | 6606ad80f189da772687c6092618b19a46f83394 (patch) | |
tree | df80c72c28db27eed6a9d272a08c80347d1a3efd /web/app/Application.js | |
parent | 79f8c34319053236ee03359b1ecf38e065206485 (diff) | |
download | trackermap-server-6606ad80f189da772687c6092618b19a46f83394.tar.gz trackermap-server-6606ad80f189da772687c6092618b19a46f83394.tar.bz2 trackermap-server-6606ad80f189da772687c6092618b19a46f83394.zip |
Add toolbar to geozone editor
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 5911579b8..392a9907f 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -55,7 +55,8 @@ Ext.define('Traccar.Application', { 'Geofences', 'AllGeofences', 'Notifications', - 'AllNotifications' + 'AllNotifications', + 'GeozoneTypes' ], controllers: [ |