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.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/app/view/UserDevices.js b/web/app/view/UserDevices.js
index f42f7c1bb..fe16dd93a 100644
--- a/web/app/view/UserDevices.js
+++ b/web/app/view/UserDevices.js
@@ -38,9 +38,11 @@ Ext.define('Traccar.view.UserDevices', {
columns: [{
text: Strings.sharedName,
- dataIndex: 'name', flex: 1
+ dataIndex: 'name',
+ flex: 1
}, {
text: Strings.deviceIdentifier,
- dataIndex: 'uniqueId', flex: 1
+ dataIndex: 'uniqueId',
+ flex: 1
}]
});