Update hassio-host-info.html (#1141)

This commit is contained in:
Pascal Vizeli 2018-05-04 14:41:02 +02:00 committed by GitHub
parent 06341edc49
commit 38e1b16031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,16 +45,16 @@
<h2>Host system</h2>
<table class='info'>
<tr>
<td>Version</td>
<td>[[data.version]]</td>
<td>Hostname</td>
<td>[[data.hostname]]</td>
</tr>
<tr>
<td>Latest version</td>
<td>[[data.last_version]]</td>
<td>System</td>
<td>[[data.operating_system]]</td>
</tr>
<tr>
<td>Type</td>
<td>[[data.type]] ([[data.os]])</td>
<td>Deployment</td>
<td>[[data.deployment]]</td>
</tr>
</table>
<paper-button
@ -170,4 +170,4 @@ class HassioHostInfo extends window.hassMixins.EventsMixin(Polymer.Element) {
}
customElements.define(HassioHostInfo.is, HassioHostInfo);
</script>
</script>