diff options
Diffstat (limited to 'web/app/view/GroupGeofences.js')
-rw-r--r-- | web/app/view/GroupGeofences.js | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/web/app/view/GroupGeofences.js b/web/app/view/GroupGeofences.js index 26a16a67..12c785fa 100644 --- a/web/app/view/GroupGeofences.js +++ b/web/app/view/GroupGeofences.js @@ -36,9 +36,13 @@ Ext.define('Traccar.view.GroupGeofences', { beforeselect: 'onBeforeSelect' }, - columns: [{ - text: Strings.sharedName, - dataIndex: 'name', - flex: 1 - }] + forceFit: true, + + columns: { + items: [{ + text: Strings.sharedName, + minWidth: Traccar.Style.columnWidthNormal, + dataIndex: 'name' + }] + } }); |