diff --git a/hassio/src/dashboard/hassio-update.ts b/hassio/src/dashboard/hassio-update.ts index fbdb6f9aa1..d6b0177154 100644 --- a/hassio/src/dashboard/hassio-update.ts +++ b/hassio/src/dashboard/hassio-update.ts @@ -85,7 +85,7 @@ export class HassioUpdate extends LitElement { return html``; } return html` - +
diff --git a/hassio/src/system/hassio-core-info.ts b/hassio/src/system/hassio-core-info.ts index df078742d7..254d602e87 100644 --- a/hassio/src/system/hassio-core-info.ts +++ b/hassio/src/system/hassio-core-info.ts @@ -48,7 +48,7 @@ class HassioCoreInfo extends LitElement { ]; return html` - +
diff --git a/hassio/src/system/hassio-host-info.ts b/hassio/src/system/hassio-host-info.ts index bd743fe8b2..98d8fa0941 100644 --- a/hassio/src/system/hassio-host-info.ts +++ b/hassio/src/system/hassio-host-info.ts @@ -66,7 +66,7 @@ class HassioHostInfo extends LitElement { }, ]; return html` - +
${this.supervisor.host.features.includes("hostname") diff --git a/hassio/src/system/hassio-supervisor-info.ts b/hassio/src/system/hassio-supervisor-info.ts index 6df0affafc..2623cdcf25 100644 --- a/hassio/src/system/hassio-supervisor-info.ts +++ b/hassio/src/system/hassio-supervisor-info.ts @@ -57,7 +57,7 @@ class HassioSupervisorInfo extends LitElement { }, ]; return html` - +
diff --git a/hassio/src/system/hassio-supervisor-log.ts b/hassio/src/system/hassio-supervisor-log.ts index c3f80e12a6..fec60d6d03 100644 --- a/hassio/src/system/hassio-supervisor-log.ts +++ b/hassio/src/system/hassio-supervisor-log.ts @@ -65,7 +65,7 @@ class HassioSupervisorLog extends LitElement { protected render(): TemplateResult | void { return html` - + ${this._error ? html`${this._error}` : ""} diff --git a/hassio/src/update-available/update-available-card.ts b/hassio/src/update-available/update-available-card.ts index 27c3533b8e..c8472ae93b 100644 --- a/hassio/src/update-available/update-available-card.ts +++ b/hassio/src/update-available/update-available-card.ts @@ -128,6 +128,7 @@ class UpdateAvailableCard extends LitElement { return html`