aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDevices.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/UserDevices.js')
-rw-r--r--web/app/view/UserDevices.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/view/UserDevices.js b/web/app/view/UserDevices.js
index 1f68a29..92f569e 100644
--- a/web/app/view/UserDevices.js
+++ b/web/app/view/UserDevices.js
@@ -36,16 +36,16 @@ Ext.define('Traccar.view.UserDevices', {
beforeselect: 'onBeforeSelect'
},
- forceFit: true,
-
columns: {
+ defaults: {
+ flex: 1,
+ minWidth: Traccar.Style.columnWidthNormal
+ },
items: [{
text: Strings.sharedName,
- minWidth: Traccar.Style.columnWidthNormal,
dataIndex: 'name'
}, {
text: Strings.deviceIdentifier,
- minWidth: Traccar.Style.columnWidthNormal,
dataIndex: 'uniqueId'
}]
}