mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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
|
const columns: DataTableColumnContainer = narrow
|
||||||
? {
|
? {
|
||||||
name: {
|
name: {
|
||||||
main: true,
|
|
||||||
title: this.hass.localize(
|
title: this.hass.localize(
|
||||||
"ui.panel.config.devices.data_table.device"
|
"ui.panel.config.devices.data_table.device"
|
||||||
),
|
),
|
||||||
|
main: true,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
filterable: true,
|
filterable: true,
|
||||||
direction: "asc",
|
direction: "asc",
|
||||||
@ -259,6 +259,7 @@ export class HaConfigDeviceDashboard extends LitElement {
|
|||||||
title: this.hass.localize(
|
title: this.hass.localize(
|
||||||
"ui.panel.config.devices.data_table.device"
|
"ui.panel.config.devices.data_table.device"
|
||||||
),
|
),
|
||||||
|
main: true,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
filterable: true,
|
filterable: true,
|
||||||
grows: true,
|
grows: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user