This commit is contained in:
Joakim Sørensen 2021-06-18 13:37:51 +00:00
parent 72d086210d
commit 1519355d76

View File

@ -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>
`; `;