diff options
Diffstat (limited to 'web/app/view/map/Map.js')
-rw-r--r-- | web/app/view/map/Map.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/map/Map.js b/web/app/view/map/Map.js index 38ec00447..a43df40e1 100644 --- a/web/app/view/map/Map.js +++ b/web/app/view/map/Map.js @@ -18,6 +18,12 @@ Ext.define('Traccar.view.map.Map', { extend: 'Ext.form.Panel', xtype: 'map-view', + requires: [ + 'Traccar.view.map.MapController' + ], + + controller: 'map', + title: strings.map_title, layout: 'fit', |