{%TEMPLATE->struct/head%} {%TEMPLATE->struct/menu%}

Add new agent

{%TEMPLATE->struct/messages%}
To add new agents provide them with a valid voucher and download a client.

Used vouchers are automatically deleted to prevent double spending.

If you are asked to provide the API url on the client to connect to, you need to enter the following:
[[apiUrl]]

Clients

{{FOREACH binary;[[agentBinaries]]}} {{ENDFOREACH}}
ID Version Type Operating Systems Filename  
[[binary.getId()]] [[binary.getVersion()]] [[binary.getType()]] [[binary.getOperatingSystems()]] [[binary.getFilename()]]

[[agentUrl]][[binary.getId()]]
{{IF [[sizeof([[vouchers]])]] > 0}}

Vouchers

{{FOREACH voucher;[[vouchers]]}} {{ENDFOREACH}}
[[voucher.getVoucher()]] [[date([[config.getVal(DConfig::TIME_FORMAT)]], [[voucher.getTime()]])]]
{{ENDIF}}
New voucher
{%TEMPLATE->struct/foot%}