templates/report/client_info.html.ep
author Vincent Tondellier <tonton+hg@team1664.org>
Sat, 02 Aug 2014 23:46:30 +0200
changeset 24 b69b7aa98a1d
parent 2 873ceb7769a8
child 78 0ebef32c34af
permissions -rw-r--r--
Add basic SQL Storage - also dumps to fs like the basic FS module - add some infos to the index

<tr>
  %= t td => 'Product'
  %= t td => $client_info->{ProductName}
</tr>
<tr>
  %= t td => 'Distributor'
  %= t td => $client_info->{Distributor}
</tr>
<tr>
  %= t td => 'Version'
  %= t td => $client_info->{Version}
</tr>
<tr>
  %= t td => 'BuildID'
  %= t td => $client_info->{BuildID}
</tr>
<tr>
  %= t td => 'Release Channel'
  %= t td => $client_info->{ReleaseChannel}
</tr>
<tr>
  %= t td => 'UUID'
  %= t td => $self->param('uuid');
</tr>