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