From ff9946c9365286e62224552a595c103119711dd7 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 27 Feb 2017 16:35:22 +0500 Subject: Fix width of checkcolumns --- web/app/view/DeviceGeofences.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'web/app/view/DeviceGeofences.js') diff --git a/web/app/view/DeviceGeofences.js b/web/app/view/DeviceGeofences.js index 96a7abf..d52a6d2 100644 --- a/web/app/view/DeviceGeofences.js +++ b/web/app/view/DeviceGeofences.js @@ -37,13 +37,11 @@ Ext.define('Traccar.view.DeviceGeofences', { }, columns: { - defaults: { - flex: 1, - minWidth: Traccar.Style.columnWidthNormal - }, items: [{ text: Strings.sharedName, - dataIndex: 'name' + dataIndex: 'name', + flex: 1, + minWidth: Traccar.Style.columnWidthNormal }] } }); -- cgit v1.2.3