diff options
Diffstat (limited to 'web/DeviceView.js')
-rw-r--r-- | web/DeviceView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/DeviceView.js b/web/DeviceView.js index 06cec7779..c64a6031f 100644 --- a/web/DeviceView.js +++ b/web/DeviceView.js @@ -78,7 +78,7 @@ Ext.define('DeviceView', { }, columns: [ - { text: Strings.device_name, dataIndex: 'name', flex: 1 }, + { text: Strings.device_name, dataIndex: 'name', flex: 1 }, { text: Strings.device_identifier, dataIndex: 'uniqueId', flex: 1 } ] }); |