@if (data(); as machine) {

Details for Machine:

{{ machine.hostname }}

Hostname: {{ machine.hostname }}
IP Address: {{ machine.ip }}
Machine ID: {{ machine.id }}
Machine Resolver:

Tokens and Applications

Serial
{{ token.serial }} ({{ token.type }})
Application {{ token.application }} Options @if (!isEditing(token.id)) { @for (option of token.options | keyvalue; track option.key) {
{{ option.key }}: {{ option.value }}
} } @else { @if (token.application === 'ssh') {
Service ID @for (v of applicationsDef().ssh.options.sshkey.service_id.value; track v) { {{ v }} } User
} @else {
No editable options for this application.
} }
Actions
@if (!isEditing(token.id)) { } @else { }

Attach a New Token

Token Serial @for (serial of tokenService.filteredTokenOptions(); track serial) { {{ serial }} } Application @for (app of applicationOptions; track app) { {{ app }} }
}