main col device data table none narrow (#13977)

This commit is contained in:
Bram Kragten 2022-10-03 20:02:00 +02:00 committed by GitHub
parent d3738adf11
commit 70d4fe1285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,10 +238,10 @@ export class HaConfigDeviceDashboard extends LitElement {
const columns: DataTableColumnContainer = narrow
? {
name: {
main: true,
title: this.hass.localize(
"ui.panel.config.devices.data_table.device"
),
main: true,
sortable: true,
filterable: true,
direction: "asc",
@ -259,6 +259,7 @@ export class HaConfigDeviceDashboard extends LitElement {
title: this.hass.localize(
"ui.panel.config.devices.data_table.device"
),
main: true,
sortable: true,
filterable: true,
grows: true,