diff options
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 }] } }); |