From a9d01c7b555e9d83ec87cc75652b754dce830c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 3 May 2022 19:06:21 +0200 Subject: [PATCH] Add missing outlined to supervisor panel (#12565) --- hassio/src/dashboard/hassio-update.ts | 2 +- hassio/src/system/hassio-core-info.ts | 2 +- hassio/src/system/hassio-host-info.ts | 2 +- hassio/src/system/hassio-supervisor-info.ts | 2 +- hassio/src/system/hassio-supervisor-log.ts | 2 +- hassio/src/update-available/update-available-card.ts | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) 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`