diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-04 09:09:41 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-04 09:09:41 +1300 |
commit | 0050bbc93c118476ce799d3da9bb48a6ce4abfd7 (patch) | |
tree | cc573c1afe8f0e34b9a47fa55685f5bfe9ba55a5 /web/app/view | |
parent | 71a4c8994d3e3c6234791208abc369bab7984fa2 (diff) | |
download | trackermap-web-0050bbc93c118476ce799d3da9bb48a6ce4abfd7.tar.gz trackermap-web-0050bbc93c118476ce799d3da9bb48a6ce4abfd7.tar.bz2 trackermap-web-0050bbc93c118476ce799d3da9bb48a6ce4abfd7.zip |
Change theme to triton
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/BaseMap.js | 1 | ||||
-rw-r--r-- | web/app/view/Devices.js | 1 | ||||
-rw-r--r-- | web/app/view/Map.js | 1 | ||||
-rw-r--r-- | web/app/view/State.js | 1 |
4 files changed, 3 insertions, 1 deletions
diff --git a/web/app/view/BaseMap.js b/web/app/view/BaseMap.js index 17d6a490..2e981f08 100644 --- a/web/app/view/BaseMap.js +++ b/web/app/view/BaseMap.js @@ -20,7 +20,6 @@ Ext.define('Traccar.view.BaseMap', { xtype: 'baseMapView', layout: 'fit', - bodyCls: 'panel-top-border', getMap: function () { return this.map; diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 3cfd5542..19739768 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -39,6 +39,7 @@ Ext.define('Traccar.view.Devices', { selType: 'rowmodel', tbar: { + componentCls: 'toolbar-header-style', items: [{ xtype: 'tbtext', html: Strings.deviceTitle, 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, diff --git a/web/app/view/State.js b/web/app/view/State.js index 593c5e6b..8f029035 100644 --- a/web/app/view/State.js +++ b/web/app/view/State.js @@ -27,6 +27,7 @@ Ext.define('Traccar.view.State', { store: 'Attributes', tbar: { + componentCls: 'toolbar-header-style', items: [{ xtype: 'tbtext', html: Strings.stateTitle, |