mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
main col device data table none narrow (#13977)
This commit is contained in:
parent
d3738adf11
commit
70d4fe1285
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user