mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-03 06:27: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}
|
||||
>
|
||||
${this._resolveIngressURL.status === STATUS_BAD_GATEWAY
|
||||
? html`<p>${this.hass.localize("supervisor_ingress.waiting") ||
|
||||
"Waiting for add-on to start"}</p>`
|
||||
? html`<p>
|
||||
${this.hass.localize("supervisor_ingress.waiting") ||
|
||||
"Waiting for add-on to start"}
|
||||
</p>`
|
||||
: ""}
|
||||
</hass-loading-screen>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user