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