import Downloads from './Downloads.js'; import GetCopy from './GetCopy.js'; export default { components: { Downloads, GetCopy }, props: [ 'cluster', 'token', 'state' ], template: `
Cluster {{ cluster.Name }}
Tokens
Passwords
Downloads
CAs
NameCertificateSigned certificates
{{ ca.Name }}
` }