mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
parent
35d9b2ac3c
commit
2ed6d0e73c
@ -54,7 +54,7 @@ export class HuiDialogEditLovelace extends LitElement {
|
|||||||
|
|
||||||
protected render(): TemplateResult | void {
|
protected render(): TemplateResult | void {
|
||||||
return html`
|
return html`
|
||||||
<ha-paper-dialog with-backdrop>
|
<ha-paper-dialog with-backdrop modal>
|
||||||
<h2>
|
<h2>
|
||||||
${this.hass!.localize(
|
${this.hass!.localize(
|
||||||
"ui.panel.lovelace.editor.edit_lovelace.header"
|
"ui.panel.lovelace.editor.edit_lovelace.header"
|
||||||
|
@ -129,7 +129,7 @@ export class HuiEditView extends LitElement {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return html`
|
return html`
|
||||||
<ha-paper-dialog with-backdrop>
|
<ha-paper-dialog with-backdrop modal>
|
||||||
<h2>
|
<h2>
|
||||||
${this._viewConfigTitle}
|
${this._viewConfigTitle}
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user