mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Increase battery column width (#19143)
This commit is contained in:
parent
d7826e4e6c
commit
c399da586e
@ -363,8 +363,8 @@ export class HaConfigDeviceDashboard extends LitElement {
|
|||||||
sortable: true,
|
sortable: true,
|
||||||
filterable: true,
|
filterable: true,
|
||||||
type: "numeric",
|
type: "numeric",
|
||||||
width: narrow ? "95px" : "15%",
|
width: narrow ? "105px" : "15%",
|
||||||
maxWidth: "95px",
|
maxWidth: "105px",
|
||||||
valueColumn: "battery_level",
|
valueColumn: "battery_level",
|
||||||
template: (device) => {
|
template: (device) => {
|
||||||
const batteryEntityPair = device.battery_entity;
|
const batteryEntityPair = device.battery_entity;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user