diff options
author | Abyss777 <abyss@fox5.ru> | 2017-02-27 16:35:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-02-27 16:46:55 +0500 |
commit | ff9946c9365286e62224552a595c103119711dd7 (patch) | |
tree | 05ff1bb02d7afb4bfe8d1ddc1e2a5fd4bbfc1f2b /web/app/view/UserGeofences.js | |
parent | 053962fb3c45297f3e5ecfa4e26e61e5c7ab7284 (diff) | |
download | trackermap-web-ff9946c9365286e62224552a595c103119711dd7.tar.gz trackermap-web-ff9946c9365286e62224552a595c103119711dd7.tar.bz2 trackermap-web-ff9946c9365286e62224552a595c103119711dd7.zip |
Fix width of checkcolumns
Diffstat (limited to 'web/app/view/UserGeofences.js')
-rw-r--r-- | web/app/view/UserGeofences.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/web/app/view/UserGeofences.js b/web/app/view/UserGeofences.js index c595ec72..06083349 100644 --- a/web/app/view/UserGeofences.js +++ b/web/app/view/UserGeofences.js @@ -37,13 +37,11 @@ Ext.define('Traccar.view.UserGeofences', { }, columns: { - defaults: { - flex: 1, - minWidth: Traccar.Style.columnWidthNormal - }, items: [{ text: Strings.sharedName, - dataIndex: 'name' + dataIndex: 'name', + flex: 1, + minWidth: Traccar.Style.columnWidthNormal }] } }); |