diff options
Diffstat (limited to 'web/app/view/Map.js')
-rw-r--r-- | web/app/view/Map.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js index c5b6210c..b9f3498a 100644 --- a/web/app/view/Map.js +++ b/web/app/view/Map.js @@ -27,6 +27,7 @@ Ext.define('Traccar.view.Map', { title: Strings.mapTitle, tbar: { + componentCls: 'toolbar-header-style', items: [{ xtype: 'tbtext', html: Strings.mapTitle, |