mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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,
|
||||
width: "20%",
|
||||
},
|
||||
unit_of_measurement: {
|
||||
title: "Unit",
|
||||
display_unit_of_measurement: {
|
||||
title: "Display unit",
|
||||
sortable: true,
|
||||
filterable: true,
|
||||
width: "10%",
|
||||
},
|
||||
statistics_unit_of_measurement: {
|
||||
title: "Statistics unit",
|
||||
sortable: true,
|
||||
filterable: true,
|
||||
width: "10%",
|
||||
|
Loading…
x
Reference in New Issue
Block a user