mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Add label for Fix issue column header in statistics developer tools (#12597)
Signed-off-by: Patrick ZAJDA <patrick@zajda.fr>
This commit is contained in:
parent
00c5d3dbbb
commit
8d3132fefc
@ -103,6 +103,9 @@ class HaPanelDevStatistics extends SubscribeMixin(LitElement) {
|
|||||||
},
|
},
|
||||||
fix: {
|
fix: {
|
||||||
title: "",
|
title: "",
|
||||||
|
label: this.hass.localize(
|
||||||
|
"ui.panel.developer-tools.tabs.statistics.fix_issue.fix"
|
||||||
|
),
|
||||||
template: (_, data: any) =>
|
template: (_, data: any) =>
|
||||||
html`${data.issues
|
html`${data.issues
|
||||||
? html`<mwc-button @click=${this._fixIssue} .data=${data.issues}>
|
? html`<mwc-button @click=${this._fixIssue} .data=${data.issues}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user