mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Update datatable in devices config page (#24967)
This commit is contained in:
parent
9df5141aac
commit
4a1cf250c4
@ -497,7 +497,7 @@ export class HaConfigDeviceDashboard extends SubscribeMixin(LitElement) {
|
|||||||
: "",
|
: "",
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
title: localize("ui.panel.config.devices.data_table.device"),
|
title: localize("ui.panel.config.devices.data_table.name"),
|
||||||
main: true,
|
main: true,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
filterable: true,
|
filterable: true,
|
||||||
@ -515,19 +515,6 @@ export class HaConfigDeviceDashboard extends SubscribeMixin(LitElement) {
|
|||||||
: nothing}
|
: nothing}
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
manufacturer: {
|
|
||||||
title: localize("ui.panel.config.devices.data_table.manufacturer"),
|
|
||||||
sortable: true,
|
|
||||||
filterable: true,
|
|
||||||
groupable: true,
|
|
||||||
minWidth: "120px",
|
|
||||||
},
|
|
||||||
model: {
|
|
||||||
title: localize("ui.panel.config.devices.data_table.model"),
|
|
||||||
sortable: true,
|
|
||||||
filterable: true,
|
|
||||||
minWidth: "120px",
|
|
||||||
},
|
|
||||||
area: {
|
area: {
|
||||||
title: localize("ui.panel.config.devices.data_table.area"),
|
title: localize("ui.panel.config.devices.data_table.area"),
|
||||||
sortable: true,
|
sortable: true,
|
||||||
@ -542,6 +529,19 @@ export class HaConfigDeviceDashboard extends SubscribeMixin(LitElement) {
|
|||||||
groupable: true,
|
groupable: true,
|
||||||
minWidth: "120px",
|
minWidth: "120px",
|
||||||
},
|
},
|
||||||
|
manufacturer: {
|
||||||
|
title: localize("ui.panel.config.devices.data_table.manufacturer"),
|
||||||
|
sortable: true,
|
||||||
|
filterable: true,
|
||||||
|
groupable: true,
|
||||||
|
minWidth: "120px",
|
||||||
|
},
|
||||||
|
model: {
|
||||||
|
title: localize("ui.panel.config.devices.data_table.model"),
|
||||||
|
sortable: true,
|
||||||
|
filterable: true,
|
||||||
|
minWidth: "120px",
|
||||||
|
},
|
||||||
battery_entity: {
|
battery_entity: {
|
||||||
title: localize("ui.panel.config.devices.data_table.battery"),
|
title: localize("ui.panel.config.devices.data_table.battery"),
|
||||||
showNarrow: true,
|
showNarrow: true,
|
||||||
|
@ -4956,7 +4956,7 @@
|
|||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"data_table": {
|
"data_table": {
|
||||||
"icon": "Icon",
|
"icon": "Icon",
|
||||||
"device": "Device",
|
"name": "Name",
|
||||||
"manufacturer": "Manufacturer",
|
"manufacturer": "Manufacturer",
|
||||||
"model": "Model",
|
"model": "Model",
|
||||||
"area": "Area",
|
"area": "Area",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user