-
Host system
-
-
-
- Hostname |
- ${this.hostInfo.hostname} |
-
-
- System |
- ${this.hostInfo.operating_system} |
-
- ${!this.hostInfo.features.includes("hassos")
- ? html`
- Docker version |
- ${this.hassioInfo.docker} |
-
`
- : ""}
- ${this.hostInfo.deployment
- ? html`
-
- Deployment |
- ${this.hostInfo.deployment} |
-
- `
- : ""}
-
-
-
- Hardware
-
${this.hostInfo.features.includes("hostname")
- ? html`
+ ? html`
+
+ Hostname
+
+
+ ${this.hostInfo.hostname}
+
- Change hostname
- `
+ `
: ""}
- ${this._errors
- ? html`
Error: ${this._errors}
`
+ ${this.hostInfo.features.includes("network")
+ ? html`
+
+ IP address
+
+
+ ${primaryIpAddress}
+
+
+
+ `
+ : ""}
+
+
+
+ Operating system
+
+
+ ${this.hostInfo.operating_system}
+
+ ${this.hostInfo.version !== this.hostInfo.version_latest &&
+ this.hostInfo.features.includes("hassos")
+ ? html`
+
+
+ `
+ : ""}
+
+ ${!this.hostInfo.features.includes("hassos")
+ ? html`
+
+ Docker version
+
+
+ ${this.hassioInfo.docker}
+
+ `
+ : ""}
+ ${this.hostInfo.deployment
+ ? html`
+
+ Deployment
+
+
+ ${this.hostInfo.deployment}
+
+ `
: ""}
${this.hostInfo.features.includes("reboot")
? html`
- Reboot
+
`
: ""}
${this.hostInfo.features.includes("shutdown")
? html`
- Shutdown
- `
- : ""}
- ${this.hostInfo.features.includes("hassos")
- ? html`
- Import from USB
+
`
: ""}
- ${this.hostInfo.version !== this.hostInfo.version_latest
- ? html` Update `
- : ""}
+
+
+
+
+
+
+ Hardware
+
+ ${this.hostInfo.features.includes("hassos")
+ ? html`
+ Import from USB
+ `
+ : ""}
+