mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 04:16:34 +00:00
Consistent blank before "%" (#8366)
This commit is contained in:
parent
b71f452795
commit
c8ea37eec0
@ -283,8 +283,8 @@ export class HaConfigDeviceDashboard extends LitElement {
|
|||||||
title: this.hass.localize("ui.panel.config.devices.data_table.battery"),
|
title: this.hass.localize("ui.panel.config.devices.data_table.battery"),
|
||||||
sortable: true,
|
sortable: true,
|
||||||
type: "numeric",
|
type: "numeric",
|
||||||
width: narrow ? "90px" : "15%",
|
width: narrow ? "95px" : "15%",
|
||||||
maxWidth: "90px",
|
maxWidth: "95px",
|
||||||
template: (batteryEntityPair: DeviceRowData["battery_entity"]) => {
|
template: (batteryEntityPair: DeviceRowData["battery_entity"]) => {
|
||||||
const battery =
|
const battery =
|
||||||
batteryEntityPair && batteryEntityPair[0]
|
batteryEntityPair && batteryEntityPair[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user