import Downloads from './Downloads.js'; export default { components: { Downloads }, props: [ 'host', 'token', 'state' ], template: `

Cluster: {{ host.Cluster }}

IPs: {{ ip }}{{" "}}

Downloads

` }