mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix unit columns for statistics developer tool (#13830)
This commit is contained in:
parent
04181e9c28
commit
82a641a200
@ -72,8 +72,14 @@ class HaPanelDevStatistics extends SubscribeMixin(LitElement) {
|
|||||||
hidden: this.narrow,
|
hidden: this.narrow,
|
||||||
width: "20%",
|
width: "20%",
|
||||||
},
|
},
|
||||||
unit_of_measurement: {
|
display_unit_of_measurement: {
|
||||||
title: "Unit",
|
title: "Display unit",
|
||||||
|
sortable: true,
|
||||||
|
filterable: true,
|
||||||
|
width: "10%",
|
||||||
|
},
|
||||||
|
statistics_unit_of_measurement: {
|
||||||
|
title: "Statistics unit",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
filterable: true,
|
filterable: true,
|
||||||
width: "10%",
|
width: "10%",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user