Service Details
Image ${this.service.image}
Port ${this.service.port}
Domain ${this.service.domain ? html `${this.service.domain}` : '-'}
Container ID ${this.service.containerId}
Created ${this.service.created}
Updated ${this.service.updated}
Logs
Container logs
${this.logs.length > 0 ? this.logs.map(log => html `
${log.timestamp} ${log.message}
`) : html `
Click "Stream" to start live log streaming
`}