Update update headers in hassio (#4751)

* Update update headers in hassio

* Other tabs too
This commit is contained in:
Paulus Schoutsen 2020-02-04 09:36:10 -08:00 committed by GitHub
parent cdf6e9eb75
commit 788c490bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -64,7 +64,7 @@ export class HassioUpdate extends LitElement {
</h1> </h1>
<div class="card-group"> <div class="card-group">
${this._renderUpdateCard( ${this._renderUpdateCard(
"Home Assistant", "Home Assistant Core",
this.hassInfo.version, this.hassInfo.version,
this.hassInfo.last_version, this.hassInfo.last_version,
"hassio/homeassistant/update", "hassio/homeassistant/update",
@ -74,7 +74,7 @@ export class HassioUpdate extends LitElement {
"hassio:home-assistant" "hassio:home-assistant"
)} )}
${this._renderUpdateCard( ${this._renderUpdateCard(
"Hass.io Supervisor", "Supervisor",
this.supervisorInfo.version, this.supervisorInfo.version,
this.supervisorInfo.last_version, this.supervisorInfo.last_version,
"hassio/supervisor/update", "hassio/supervisor/update",
@ -82,7 +82,7 @@ export class HassioUpdate extends LitElement {
)} )}
${this.hassOsInfo ${this.hassOsInfo
? this._renderUpdateCard( ? this._renderUpdateCard(
"HassOS", "Operating System",
this.hassOsInfo.version, this.hassOsInfo.version,
this.hassOsInfo.version_latest, this.hassOsInfo.version_latest,
"hassio/hassos/update", "hassio/hassos/update",

View File

@ -83,8 +83,8 @@ class HassioSnapshots extends LitElement {
Create snapshot Create snapshot
</h1> </h1>
<p class="description"> <p class="description">
Snapshots allow you to easily backup and restore all data of your Snapshots allow you to easily backup and restore all data of your Home
Hass.io instance. Assistant instance.
</p> </p>
<div class="card-group"> <div class="card-group">
<paper-card> <paper-card>

View File

@ -32,7 +32,7 @@ class HassioSupervisorInfo extends LitElement {
return html` return html`
<paper-card> <paper-card>
<div class="card-content"> <div class="card-content">
<h2>Hass.io supervisor</h2> <h2>Supervisor</h2>
<table class="info"> <table class="info">
<tbody> <tbody>
<tr> <tr>