mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-05 15:37:47 +00:00
prettier
This commit is contained in:
parent
72d086210d
commit
1519355d76
@ -137,8 +137,10 @@ class HassioIngressView extends LitElement {
|
|||||||
.header=${this._addon?.name}
|
.header=${this._addon?.name}
|
||||||
>
|
>
|
||||||
${this._resolveIngressURL.status === STATUS_BAD_GATEWAY
|
${this._resolveIngressURL.status === STATUS_BAD_GATEWAY
|
||||||
? html`<p>${this.hass.localize("supervisor_ingress.waiting") ||
|
? html`<p>
|
||||||
"Waiting for add-on to start"}</p>`
|
${this.hass.localize("supervisor_ingress.waiting") ||
|
||||||
|
"Waiting for add-on to start"}
|
||||||
|
</p>`
|
||||||
: ""}
|
: ""}
|
||||||
</hass-loading-screen>
|
</hass-loading-screen>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user