mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-05 23:47:54 +00:00
Update hassio/src/ingress-view/hassio-ingress-view.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
f812d25024
commit
72d086210d
@ -137,8 +137,8 @@ class HassioIngressView extends LitElement {
|
|||||||
.header=${this._addon?.name}
|
.header=${this._addon?.name}
|
||||||
>
|
>
|
||||||
${this._resolveIngressURL.status === STATUS_BAD_GATEWAY
|
${this._resolveIngressURL.status === STATUS_BAD_GATEWAY
|
||||||
? this.hass.localize("supervisor_ingress.waiting") ||
|
? html`<p>${this.hass.localize("supervisor_ingress.waiting") ||
|
||||||
"Waiting for add-on to start"
|
"Waiting for add-on to start"}</p>`
|
||||||
: ""}
|
: ""}
|
||||||
</hass-loading-screen>
|
</hass-loading-screen>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user